Skip to content

Commit 2d9b163

Browse files
committed
Disable image provenance for now
1 parent c0c642c commit 2d9b163

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-rails-base.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
tag: '4.0.5-slim-bookworm@sha256:53c027bbb00469b5237eabadde82b0b7f0e1c38c4b0090c78b8553b85fcee2ff'
3636
runs-on: ubuntu-latest
3737
steps:
38+
- name: Set up QEMU
39+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
40+
3841
- name: Setup Docker Buildx
3942
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4043

@@ -61,6 +64,7 @@ jobs:
6164
- name: Build and push container image
6265
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6366
with:
67+
provenance: false
6468
context: "{{defaultContext}}:rails-base/${{ matrix.folder }}"
6569
build-args: RUBY_TAG=${{ matrix.tag }}
6670
push: true

.github/workflows/build-rails-buildpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- name: Build and push container image
6262
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6363
with:
64+
provenance: false
6465
context: "{{defaultContext}}:rails-buildpack/${{ matrix.folder }}"
6566
build-args: RUBY_TAG=${{ matrix.tag }}
6667
push: true

0 commit comments

Comments
 (0)