From 85521274dd17b2a031179498756c4e32eafb0e8f Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Tue, 1 Oct 2024 15:40:06 +0200 Subject: [PATCH] Let's try like this again --- .github/workflows/spacktainer.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spacktainer.yaml b/.github/workflows/spacktainer.yaml index d14379f..7647198 100644 --- a/.github/workflows/spacktainer.yaml +++ b/.github/workflows/spacktainer.yaml @@ -4,7 +4,9 @@ on: [push] jobs: base-container-job: runs-on: - - codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}-LINUX_CONTAINER-quay.io/buildah/stable-small + - codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }} + - image:quay.io/buildah/stable + - instance-size:small steps: - name: clone repo uses: actions/checkout@v4