Skip to content

Commit

Permalink
Update GitHub Actions workflow to use Ubuntu 22.04 for README push step
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Jan 8, 2025
1 parent ab8f16a commit 521d507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker-images-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
secrets: inherit

update_container_readme:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: Push README to Docker Hub
steps:
- name: git checkout
Expand Down

0 comments on commit 521d507

Please sign in to comment.