mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 12:56:16 +08:00
add push
This commit is contained in:
parent
5fcd29a7d8
commit
eaeafb42f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-builder.yml
vendored
2
.github/workflows/docker-builder.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
load: true
|
push: true
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
file: ./docker/Dockerfile-go-builder
|
file: ./docker/Dockerfile-go-builder
|
||||||
tags: gravitl/go-builder:latest
|
tags: gravitl/go-builder:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue