mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 08:34:44 +08:00
fix build-args in workflow
This commit is contained in:
parent
e7427c89cc
commit
8a0fdbd76d
1 changed files with 6 additions and 2 deletions
8
.github/workflows/publish-docker.yml
vendored
8
.github/workflows/publish-docker.yml
vendored
|
@ -47,7 +47,9 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
|
||||
build-args: version=${{ env.TAG }}, tags=ce
|
||||
build-args: |
|
||||
version=${{ env.TAG }}
|
||||
tags=ce
|
||||
|
||||
docker-ee:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -86,4 +88,6 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ github.repository }}:${{ env.TAG }}-ee
|
||||
build-args: version=${{ env.TAG }}, tags=ee
|
||||
build-args: |
|
||||
version=${{ env.TAG }}
|
||||
tags=ee
|
||||
|
|
Loading…
Add table
Reference in a new issue