Skip to content

Commit

Permalink
fix: trying to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgolino committed Jan 28, 2024
1 parent 06e055b commit 97047ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_at_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.WK_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 97047ac

Please sign in to comment.