Skip to content

Commit

Permalink
Merge pull request #1 from sweisgerber/fix/env-var-usage
Browse files Browse the repository at this point in the history
Using env vars the proper way
  • Loading branch information
sweisgerber authored Apr 20, 2023
2 parents f831d42 + 77b482f commit b88591f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: docker/metadata-action@v4.4.0
with:
images: |
${{ NAMESPACE }}/${{ IMAGE_NAME }}
ghcr.io/${{ NAMESPACE }}/${{ IMAGE_NAME }}
${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}
ghcr.io/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit b88591f

Please sign in to comment.