File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : ubuntu-24.04
77 steps :
88 - name : " Check out"
9- uses : actions/checkout@v5
9+ uses : actions/checkout@v6
1010 - name : " Build unit test image"
1111 run : DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-unit --target test-unit .
1212 - name : " Unit test"
1515 name : " Cross compilation test"
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : " Build binaries"
2020 run : DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact .
2121 test-integration :
3434 EOT
3535 sudo systemctl restart apparmor.service
3636 - name : " Check out"
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 - name : " Build integration test image"
3939 run : DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration --target test-integration .
4040 - name : " Integration test: exit-code"
@@ -239,7 +239,7 @@ jobs:
239239 EOT
240240 sudo systemctl restart apparmor.service
241241 - name : " Check out"
242- uses : actions/checkout@v5
242+ uses : actions/checkout@v6
243243 - name : " Build integration test image"
244244 run : DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg DOCKER_VERSION .
245245 env :
Original file line number Diff line number Diff line change 2424 id-token : write # for provenances
2525 attestations : write # for provenances
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : " Build binaries"
2929 run : DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact .
3030 - name : " SHA256SUMS"
You can’t perform that action at this time.
0 commit comments