Skip to content

Commit 58fe6d6

Browse files
committed
Build containers
1 parent dee56cc commit 58fe6d6

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,25 @@ jobs:
4848
with:
4949
ruby-version: '4.0'
5050
bundler-cache: true
51-
cache-version: ${{ inputs.cache-version }}
51+
- name: Display Ruby environment
52+
run: bundle env
5253
- name: Run beaker
5354
run: bundle exec beaker-docker containerfile ${{ matrix.env.BEAKER_SETFILE }}
5455
env: ${{ matrix.env }}
5556
- name: Output Containerfile
5657
run: cat Containerfile
58+
#- name: Set up Docker Buildx
59+
# uses: docker/setup-buildx-action@v4
60+
- name: Build
61+
uses: docker/build-push-action@v7.1.0
62+
with:
63+
file: Containerfile
64+
provenance: true
65+
push: false
66+
sbom: true
67+
#platforms: linux/amd64
68+
#load: true # makes the image available to the running docker service
69+
tags: latest
5770

5871
tests:
5972
if: always()

0 commit comments

Comments
 (0)