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 39cf1c2 commit 28e393d
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 @@ -50,7 +50,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}

- name: Build Docker image
run: |
Expand Down

0 comments on commit 28e393d

Please sign in to comment.