From 4add2bb92e2aeae2f0e7cc0fdb2fc2683c093cdc Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 28 Apr 2025 11:43:19 +0200 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3585f61..15d8128 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build-and-publish: runs-on: "ubuntu-latest" container: - image: container.psi.ch/images/rhel9-developer-github-actions + image: gitea.psi.ch/images/rhel9-developer-gitea-actions steps: - name: Checkout code uses: actions/checkout@v4