fix(ci): add provenance: false to fix registry push failures #63

Closed
The Dogfather wants to merge 1 commits from fix/gro-1575-ci-provenance into dev
+4
View File
@@ -91,6 +91,7 @@ jobs:
- name: Build and push API image - name: Build and push API image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
provenance: false
context: . context: .
file: Dockerfile file: Dockerfile
target: runner target: runner
@@ -104,6 +105,7 @@ jobs:
- name: Build and push Migrate image - name: Build and push Migrate image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
provenance: false
context: . context: .
file: Dockerfile file: Dockerfile
target: migrate target: migrate
@@ -117,6 +119,7 @@ jobs:
- name: Build and push Seed image - name: Build and push Seed image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
provenance: false
context: . context: .
file: Dockerfile file: Dockerfile
target: seed target: seed
@@ -130,6 +133,7 @@ jobs:
- name: Build and push Reset image - name: Build and push Reset image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
provenance: false
context: . context: .
file: Dockerfile file: Dockerfile
target: reset target: reset