Skip to content

Commit

Permalink
ci: fixed wrong password
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Feb 28, 2024
1 parent 2e075e7 commit 31a33eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ github.GITHUB_TOKEN }}
password: ${{ github.token }}

- name: Extract Docker metadata
id: meta
Expand Down

0 comments on commit 31a33eb

Please sign in to comment.