Skip to content

Commit 521d507

Browse files
committed
Update GitHub Actions workflow to use Ubuntu 22.04 for README push step
1 parent ab8f16a commit 521d507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker-images-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
secrets: inherit
1919

2020
update_container_readme:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-22.04
2222
name: Push README to Docker Hub
2323
steps:
2424
- name: git checkout

0 commit comments

Comments
 (0)