mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 11:56:39 +08:00
fix: remove auto-updating latest tag from publish docker workflow
This commit is contained in:
parent
c10859a466
commit
00db221b35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
|
tags: ${{ github.repository }}:${{ env.TAG }}
|
||||||
build-args: |
|
build-args: |
|
||||||
tags=ce
|
tags=ce
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue