Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed Feb 5, 2024
1 parent 824413a commit 7b44bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
DH_TAGS="${SHA} ${BRANCH}"
GH_TAGS="${SHA} ${BRANCH}"
DH_IMAGE_NAME=${{ vars.DOCKERHUB_REPO }}/${IMAGE_NAME}
DH_IMAGE_NAME=${DOCKERHUB_REPO}/${IMAGE_NAME}
echo "DH_IMAGE_NAME=${DH_IMAGE_NAME}" >> $GITHUB_OUTPUT
GH_IMAGE_NAME="ghcr.io/${{ github.repository_owner }}/${IMAGE_NAME}"
Expand Down

0 comments on commit 7b44bf6

Please sign in to comment.