Skip to content

Commit

Permalink
Switch Docker Hub username from secret to variable (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Dec 7, 2024
1 parent 31faafa commit a19e17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- id: docker-image
uses: ./.github/actions/build
with:
dockerhub-user: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_USER }}
dockerhub-user: ${{ vars.FARCASTERXYZ_DOCKER_HUB_USER }}
dockerhub-password: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_TOKEN }}
dockerfile: ./Dockerfile
depot: false # TODO: Enable once OIDC connection is fixed
Expand Down

0 comments on commit a19e17e

Please sign in to comment.