Skip to content

Commit

Permalink
change base image to fedora core
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 14, 2024
1 parent 7ab606f commit cc7364c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner_recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
types: [ labeled ]

env:
RUNNER_BASE_IMAGE: "Fedora 36"
RUNNER_BASE_IMAGE: "Fedora CoreOS 40"
INSTANCE_NAME: "ci_runner"
OS_AUTH_URL: "https://openstack.osuosl.org:5000/v3"
OS_PROJECT_NAME: "godon"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
-i "$(cat ./instance_address),"
--private-key ./access_key_file
--ssh-extra-args="-o StrictHostKeyChecking=accept-new"
-u fedora
-u core
--become
-T 120
-m raw -a "hostnamectl set-hostname ci_runner;
Expand Down

0 comments on commit cc7364c

Please sign in to comment.