Skip to content

Commit 5c9b01c

Browse files
authored
Merge pull request #214 from bedroge/docker_ci_version_bumps
Bump versions of Github Actions for build container workflow
2 parents d0b7bb2 + 27256a3 commit 5c9b01c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-and-publish-bootstrap-container.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jobs:
2525
packages: write
2626
steps:
2727
- name: Check out the repo
28-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

3030
- name: Set up QEMU
31-
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0
31+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
32+
# (temporary) workaround for https://github.com/docker/setup-qemu-action/issues/198
33+
with:
34+
image: tonistiigi/binfmt:qemu-v7.0.0-28
3235

3336
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2.2.1
37+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
3538

3639
- name: Login to GitHub Container Registry
3740
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)