Merge pull request #3084 from gravitl/fix/publish-docker-workflow

fix: remove auto-updating latest tag from publish docker workflow
This commit is contained in:
Abhishek K 2024-09-12 12:23:17 +04:00 committed by GitHub
commit 4fb7578a43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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