File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments