Skip to content

Commit 7b1367d

Browse files
authored
Merge pull request #173 from jumpstarter-dev/tags
Remove redundant tags from docker images
2 parents 9ed3d68 + dab883d commit 7b1367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
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)