We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bf45b commit 8f80428Copy full SHA for 8f80428
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
BUILD_LITE: ${{ matrix.BUILD_LITE }}
38
runs-on: ${{ matrix.RUNS_ON }}
39
steps:
40
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
41
with:
42
submodules: 'recursive'
43
- name: Login to GitHub Container Registry
.github/workflows/update-docker-images.yml
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
44
- name: Set up QEMU integration for Docker
45
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
46
- name: Build and upload Docker image
0 commit comments