Skip to content

Commit 4c4db8e

Browse files
remove latest tag from the github action
1 parent a235cc4 commit 4c4db8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
context: .
3030
platforms: linux/amd64,linux/arm64
3131
push: true
32-
tags: ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }},${{ env.REGISTRY_IMAGE }}:latest
32+
tags: ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)