chore: Configure jobs to run sequentially
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 32s
Container & Helm chart / Container image (push) Failing after 7s

This commit is contained in:
Danny Bessems 2024-02-21 01:20:34 +01:00
parent 8bc07bb5ee
commit 5e159783e8

View File

@ -37,9 +37,10 @@ jobs:
# run: |
# echo "version=$(cat .version)" >> $GITHUB_OUTPUT
Container image (docker.io):
Container image:
container: catthehacker/ubuntu:act-latest
runs-on: dind
needs: Semantic Release (Dry-run)
steps:
- name: Checkout
uses: actions/checkout@v4