mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-21 12:34:29 +08:00
address review comments
This commit is contained in:
parent
a9cc5ab2ac
commit
3b38b9d457
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/build-push-action@v3v2
|
||||
uses: docker/build-push-action@v3
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
|
@ -86,4 +86,4 @@ jobs:
|
|||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ github.repository }}:${{ env.TAG }}-ee
|
||||
buildocker/build-push-action@v3 }}, tags="-tags=ee"
|
||||
build-args: version=${{ env.TAG }}, tags="-tags=ee"
|
||||
|
|
Loading…
Add table
Reference in a new issue