We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54d42b commit fb985aeCopy full SHA for fb985ae
.github/workflows/docker-publish.yml
@@ -74,8 +74,8 @@ jobs:
74
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
75
with:
76
images: |
77
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
78
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
+ ${{ env.REGISTRY }}/${{ github.repository }}
+ ${{ env.REGISTRY }}/${{ github.repository }}:latest
79
${{ env.HUB_NAMESPACE }}/${{ env.IMAGE_NAME }}
80
${{ env.HUB_NAMESPACE }}/${{ env.IMAGE_NAME }}:latest
81
0 commit comments