build-image: remove hard-coded hosts from containerfiles
All checks were successful
/ build (push) Successful in 6m35s
All checks were successful
/ build (push) Successful in 6m35s
This commit is contained in:
parent
f19e17221b
commit
9899ce98f7
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,3 @@
|
|||
|
||||
$schema: https://github.com/SchemaStore/schemastore/raw/master/src/schemas/json/github-workflow.json
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
|
@ -15,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: fedora-40
|
||||
runs-on: fedora-41
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue