Skip to content

Commit

Permalink
Fix GH image registry id
Browse files Browse the repository at this point in the history
  • Loading branch information
HighwayofLife committed Mar 29, 2022
1 parent b54d42b commit fb985ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ github.repository }}
${{ env.REGISTRY }}/${{ github.repository }}:latest
${{ env.HUB_NAMESPACE }}/${{ env.IMAGE_NAME }}
${{ env.HUB_NAMESPACE }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit fb985ae

Please sign in to comment.