We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ffc05 commit 21adea0Copy full SHA for 21adea0
.github/workflows/build.yaml
@@ -46,7 +46,7 @@ jobs:
46
path: tmp
47
key: ${{ runner.os }}-build-${{ env.SYSBOX_VERSION }}
48
- name: Set up QEMU
49
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
50
if: steps.sysbox_cache.outputs.cache-hit != 'true'
51
- name: Get sysbox and cri-o files
52
0 commit comments