Skip to content

Commit

Permalink
Merge pull request #173 from jumpstarter-dev/tags
Browse files Browse the repository at this point in the history
Remove redundant tags from docker images
  • Loading branch information
mangelajo authored Nov 6, 2024
2 parents 9ed3d68 + dab883d commit 7b1367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
context: .
file: ${{ env.CONTAINERFILE }}
push: ${{ env.PUSH }}
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
Expand Down

0 comments on commit 7b1367d

Please sign in to comment.