Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deploy automation #142

Merged
merged 5 commits into from
Jan 21, 2025
Merged

fix deploy automation #142

merged 5 commits into from
Jan 21, 2025

Conversation

hallettj
Copy link
Collaborator

@hallettj hallettj commented Jan 18, 2025

Since the last release the ubuntu-latest runner for this repo switched from ubuntu-22.04 to ubuntu-24.04. That came with changes to docker permissions configuration that broke the deploy::docker job. The problem is the same one described here:

actions/runner-images#10443

Except that instead of skopeo copy we hit the error running buildah.

I've worked around the problem by rolling the deploy::docker job back to the ubuntu-22.04 runner. To head off similar future issues I've changed the runners for all other jobs to a fixed runner version.

@hallettj hallettj self-assigned this Jan 18, 2025
@hallettj hallettj merged commit 71c739c into main Jan 21, 2025
1 check passed
@hallettj hallettj deleted the fix-deploy-automation branch January 21, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants