Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha authored Jul 30, 2024
1 parent 01e452e commit 166dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Calculate Docker Image Variables
run: |
Expand Down

0 comments on commit 166dbb1

Please sign in to comment.