chore: Separate jobs to different runners
Some checks failed
Container & Helm chart / Container image (docker.io) (push) Failing after 1m47s
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 2m16s

This commit is contained in:
Danny Bessems 2024-02-21 00:43:23 +01:00
parent 3160b9df79
commit 8bc07bb5ee

View File

@ -3,7 +3,7 @@ on: [push]
jobs:
Semantic Release (Dry-run):
runs-on: ubuntu-latest
runs-on: dind-rootless
steps:
- name: Check out repository code
uses: actions/checkout@v3
@ -39,7 +39,7 @@ jobs:
Container image (docker.io):
container: catthehacker/ubuntu:act-latest
runs-on: ubuntu-latest
runs-on: dind
steps:
- name: Checkout
uses: actions/checkout@v4