Skip to content

Commit

Permalink
fix credentials push docker img release job
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbertozzo committed Aug 6, 2024
1 parent c09de19 commit 2f69102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
with:
image: type-coffee-api
registry: ghcr.io
addLatest: true
addLatest: true
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f69102

Please sign in to comment.