set --provenance false on docker build to try and fix docker image creation issue

This commit is contained in:
Grant Limberg 2025-11-12 16:17:03 -08:00
parent 50daf9537b
commit 2ba50f4544
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -41,7 +41,7 @@ jobs:
- name: Build & Push Docker Image - name: Build & Push Docker Image
run: | run: |
docker build -t us-central1-docker.pkg.dev/zerotier-421eb9/docker-images/ztcentral-controller:${{ env.COMMIT_SHORT_SHA }}-${{ steps.branch.outputs.branch_name }}-${{ runner.arch }} -f ext/central-controller-docker/Dockerfile.new . --push docker build -t us-central1-docker.pkg.dev/zerotier-421eb9/docker-images/ztcentral-controller:${{ env.COMMIT_SHORT_SHA }}-${{ steps.branch.outputs.branch_name }}-${{ runner.arch }} -f ext/central-controller-docker/Dockerfile.new --provenance false . --push
multi-arch-docker: multi-arch-docker:
runs-on: gha-runner-x64 runs-on: gha-runner-x64