Skip to content

Commit 24e50cb

Browse files
committed
Update docker-publish-image.yml
Signed-off-by: Md Imran <[email protected]>
1 parent 9d2afcb commit 24e50cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
push: ${{ github.event_name != 'pull_request' }}
7777
tags: |
7878
${{ steps.meta.outputs.tags }}
79-
latest
79+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
8080
labels: ${{ steps.meta.outputs.labels }}
8181
cache-from: type=gha
8282
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)