Skip to content

Commit

Permalink
Fix reference for DOCKERHUB_REPO (again) in build_docker_on_release.y…
Browse files Browse the repository at this point in the history
…ml (#337)
  • Loading branch information
alyssadai authored Aug 13, 2024
1 parent f544750 commit 8f128ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/metadata-action@v5
with:
# TODO: Repos with this wf must have DOCKERHUB_REPO set in the repository variables
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPO }}
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}
# NOTE: This input is probably not necessary as the action should generate the appropriate tags
# based on the default type=ref,event=tag, but we define an explicit pattern here for clarity
tags: |
Expand Down

0 comments on commit 8f128ba

Please sign in to comment.