From d9a4f37d6b139c790fbf20255ae30e9ce3ef9835 Mon Sep 17 00:00:00 2001 From: Andrew Mogan Date: Mon, 7 Oct 2024 13:31:17 -0500 Subject: [PATCH] Use stable image while tests are going on --- .github/workflows/run-integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 9ecd284..b57d68a 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -42,7 +42,8 @@ jobs: needs: [make_nightly_tag] timeout-minutes: 30 container: - image: ghcr.io/dune-daq/nightly-release-alma9:development_v5 + image: ghcr.io/dune-daq/nightly-release-alma9@sha256:8161077a3ff38de5d70edc766248d86bf030f8ff3e94a25b6631bd7e924174d4 + #image: ghcr.io/dune-daq/nightly-release-alma9:development_v5 strategy: fail-fast: false matrix: