mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-26 00:53:23 +08:00
added docker file location to build & push
This commit is contained in:
parent
b710802620
commit
dae87a7c3e
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
|
file: ./docker/Dockerfile-netclient-multiarch
|
||||||
push: true
|
push: true
|
||||||
tags: gravitl/netclient:${{ env.TAG }}
|
tags: gravitl/netclient:${{ env.TAG }}
|
||||||
build-args: version=${{ env.TAG }}
|
build-args: version=${{ env.TAG }}
|
||||||
|
|
Loading…
Reference in a new issue