Browse Source

added docker file location to build & push

Matthew R. Kasun 3 years ago
parent
commit
dae87a7c3e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/publish-netclient-docker.yml

+ 1 - 0
.github/workflows/publish-netclient-docker.yml

@@ -77,6 +77,7 @@ jobs:
         with:
           context: .
           platforms: linux/amd64, linux/arm64
+          file: ./docker/Dockerfile-netclient-multiarch
           push: true
           tags: gravitl/netclient:${{ env.TAG }}
           build-args: version=${{ env.TAG }}