test
Some checks failed
Build on RHEL9 det / build (push) Failing after 1s
Build on RHEL9 PSI / build (push) Failing after 2s

This commit is contained in:
froejdh_e 2025-04-16 09:35:24 +02:00
parent b74fd5afb4
commit cdd953f802
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Build on RHEL9
name: Build on RHEL9 det
on:
push:
@ -11,7 +11,7 @@ jobs:
build:
runs-on: "ubuntu-latest"
container:
image: gitea.psi.ch/detectors-int/rhel9-detectors-dev
image: gitea.psi.ch/detectors-int/rhel9-detectors
steps:
- uses: actions/checkout@v4

View File

@ -1,4 +1,4 @@
name: Build on RHEL9 using gitea.psi.ch/images/rhel9-developer-github-actions
name: Build on RHEL9 PSI
on:
push:
@ -11,7 +11,7 @@ jobs:
build:
runs-on: "ubuntu-latest"
container:
image: gitea.psi.ch/images/rhel9-developer-github-actions
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
steps:
- uses: actions/checkout@v4