From 1cdef7b67ac740277534a0b7db78e2d4335ca1a2 Mon Sep 17 00:00:00 2001 From: AmstlerStephan <96417996+AmstlerStephan@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:08:37 +0200 Subject: [PATCH] Update ci-tests.yml adapt docker tag --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 9643375..785bc54 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -40,9 +40,9 @@ jobs: context: . push: false load: true - tags: "genepi/umi-pipeline-nf" + tags: "genepi/umi-pipeline-nf/env" cache-from: type=gha cache-to: type=gha,mode=max - name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }}) - run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} \ No newline at end of file + run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}