From aa278f1940178709d385eeca12d9277f14c9c048 Mon Sep 17 00:00:00 2001 From: "askerosted@gmail.com" Date: Thu, 19 Dec 2024 09:48:41 +0900 Subject: [PATCH] change to prod --- .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 0a5fa92f8..b1fc53bc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: needs: [ check-codeclimate-credentials ] runs-on: ubuntu-latest container: - image: icecube/icetray:icetray-devel-current-ubuntu20.04-X64 + image: icecube/icetray:icetray-prod-current-ubuntu20.04-X64 options: --user root steps: - name: install git