Skip to content

Commit

Permalink
Let's try like this again
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 1, 2024
1 parent afc61aa commit 8552127
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8552127

Please sign in to comment.