Skip to content

Commit

Permalink
modified worflow to test image is pushed to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Elwizzy12 committed Nov 19, 2024
1 parent 91457eb commit 245a59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_PAT}}
password: ${{ secrets.WEBANK_ACCESS_TOKEN }}

- name: Build Docker image
run: |
Expand Down

0 comments on commit 245a59b

Please sign in to comment.