Skip to content

Commit

Permalink
Merge pull request #3084 from gravitl/fix/publish-docker-workflow
Browse files Browse the repository at this point in the history
fix: remove auto-updating latest tag from publish docker workflow
  • Loading branch information
abhishek9686 authored Sep 12, 2024
2 parents e74b028 + 00db221 commit 4fb7578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: .
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: true
tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
tags: ${{ github.repository }}:${{ env.TAG }}
build-args: |
tags=ce
Expand Down

0 comments on commit 4fb7578

Please sign in to comment.