Skip to content

Commit

Permalink
Merge pull request #6 from allmende/fix/ci-plugins
Browse files Browse the repository at this point in the history
Fix(CI): use expected name of secret token for Docker Hub
  • Loading branch information
almereyda committed May 10, 2024
2 parents 9e2347f + c5b1f77 commit 91e6335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
with:
registry: "docker.io"
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}

-
name: Login to GitHub Packages Registry
Expand Down

0 comments on commit 91e6335

Please sign in to comment.