Skip to content

Commit

Permalink
💚 Fix latest builds for rootless docker (#455)
Browse files Browse the repository at this point in the history
It was brought to my attention that my version of buildah causes issues with rootless docker. Until I can update both runners to be at a version where the issue doesn't present, the release workflow will have to be set to only run on the larger runner
  • Loading branch information
aaronleopold authored Oct 2, 2024
1 parent 4095d1b commit 630b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
build-stable-docker:
if: contains(github.event.pull_request.head.ref, 'release/v')
name: Build docker image
runs-on: [self-hosted]
runs-on: [self-hosted-large]
needs: [parse-semver, push-or-load]
steps:
- name: Checkout repository
Expand Down

0 comments on commit 630b2c3

Please sign in to comment.