Skip to content

Commit

Permalink
Revert: build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb committed Aug 13, 2023
1 parent febeb73 commit 7e2a6ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: jebjohns
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}

- name: Build image and push to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: jebjohns
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}

- name: Build image and push to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-kubviz-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: jebjohns
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}

- name: Build image and push to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: jebjohns
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}

- name: Build image and push to GitHub Container Registry
Expand Down

0 comments on commit 7e2a6ad

Please sign in to comment.