Skip to content

Commit fb985ae

Browse files
committed
Fix GH image registry id
1 parent b54d42b commit fb985ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
7575
with:
7676
images: |
77-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
78-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
77+
${{ env.REGISTRY }}/${{ github.repository }}
78+
${{ env.REGISTRY }}/${{ github.repository }}:latest
7979
${{ env.HUB_NAMESPACE }}/${{ env.IMAGE_NAME }}
8080
${{ env.HUB_NAMESPACE }}/${{ env.IMAGE_NAME }}:latest
8181

0 commit comments

Comments
 (0)