chore: Test build in rootless act runner
Container / Semantic Release (Dry-run) (push) Successful in 54s Details
Container / Container image (push) Failing after 25s Details
Container / Semantic Release (push) Has been skipped Details

This commit is contained in:
Danny Bessems 2024-06-05 16:11:57 +10:00
parent 89c2b456e2
commit 5df8233e83
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
build_container:
name: Container image
container: catthehacker/ubuntu:act-latest
runs-on: dind
runs-on: dind-rootless
needs: semrel_dryrun
steps:
- name: Checkout
@ -66,7 +66,7 @@ jobs:
semrel:
name: Semantic Release
runs-on: dind-rootless
needs: [build_container, build_chart]
needs: build_container
steps:
- name: Check out repository code
uses: actions/checkout@v3