diff --git a/.gitea/workflows/rh8-native.yml b/.gitea/workflows/rh8-native.yml index b74ac9373..7bca8d935 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: "ubuntu-latest" container: - image: gitea.psi.ch/detectors-int/rhel8-detectors-dev + image: gitea.psi.ch/detectors/rhel8-detectors-dev steps: # workaround until actions/checkout@v4 is available for RH8 # - uses: actions/checkout@v4 diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index 3b1c39736..c973a0657 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: "ubuntu-latest" container: - image: gitea.psi.ch/detectors-int/rhel9-detectors + image: gitea.psi.ch/detectors/rhel9-detectors-dev steps: - uses: actions/checkout@v4