Skip to content

Commit

Permalink
Update build-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahemaid authored Mar 27, 2023
1 parent fb7be5b commit fbef920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# This should use REGISTRY instead of the secret directly
registry: ${{ secrets.IMAGE_REGISTRY }}
username: ${{ secrets.REPO_USER }}
password: ${{ DOCKHUB_TOKEN }}
password: ${{ secrets.DOCKHUB_TOKEN }}
-
name: Build image
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
# This should use REGISTRY instead of the secret directly
registry: ${{ secrets.IMAGE_REGISTRY }}
username: ${{ secrets.REPO_USER }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DOCKHUB_TOKEN }}
-
name: Build image
run: |
Expand Down

0 comments on commit fbef920

Please sign in to comment.