Skip to content

Commit

Permalink
Fix variable reference for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 9, 2025
1 parent 01418ea commit 4e2fc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Log in so we can push the image layers + tags to Docker Hub
- uses: docker/login-action@v2
with:
username: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_USER }}
username: ${{ vars.FARCASTERXYZ_DOCKER_HUB_USER }}
password: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_TOKEN }}

- uses: depot/setup-action@v1
Expand Down

0 comments on commit 4e2fc27

Please sign in to comment.