From cdd953f802212863ad6a32077339f62d4815cc55 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Wed, 16 Apr 2025 09:35:24 +0200 Subject: [PATCH] test --- .gitea/workflows/rh9-detectors.yml | 4 ++-- .gitea/workflows/rh9-images.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/rh9-detectors.yml b/.gitea/workflows/rh9-detectors.yml index 77c8af3..eefbd75 100644 --- a/.gitea/workflows/rh9-detectors.yml +++ b/.gitea/workflows/rh9-detectors.yml @@ -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 diff --git a/.gitea/workflows/rh9-images.yml b/.gitea/workflows/rh9-images.yml index 81d4413..d296cd2 100644 --- a/.gitea/workflows/rh9-images.yml +++ b/.gitea/workflows/rh9-images.yml @@ -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