Skip to content

Commit dab883d

Browse files
committed
Remove redundant tags from docker images
1 parent 9ed3d68 commit dab883d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
context: .
7373
file: ${{ env.CONTAINERFILE }}
7474
push: ${{ env.PUSH }}
75-
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
75+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
7676
labels: ${{ steps.meta.outputs.labels }}
7777
platforms: linux/amd64,linux/arm64
7878
cache-from: type=gha

0 commit comments

Comments
 (0)