Skip to content

Commit

Permalink
ci: fix github_token reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 29, 2023
1 parent 895e96d commit 883e9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ github.GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker / Publish to GitHub Registry
run: docker push --all-tags ${{ steps.dockerImageName.outputs.dockerImageName }}

Expand Down

0 comments on commit 883e9eb

Please sign in to comment.