Skip to content

Commit

Permalink
chore: fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Mar 22, 2024
1 parent 84135f3 commit bb04560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }}

- name: Login do docker.io
run: docker login -u {{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}

- uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit bb04560

Please sign in to comment.