Skip to content

Commit

Permalink
Fix name of Docker credential secrets (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Dec 7, 2024
1 parent 62f13a5 commit e73d73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- id: docker-image
uses: ./.github/actions/build
with:
dockerhub-user: ${{ secrets.DOCKERHUB_USER }}
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
dockerhub-user: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_TOKEN }}
dockerhub-password: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_USER }}
dockerfile: ./Dockerfile
depot: false # TODO: Enable once OIDC connection is fixed
image-tag: ${{ env.DOCKER_IMAGE }}
Expand Down

0 comments on commit e73d73c

Please sign in to comment.