From 0454157b6a2e4260a128293349854de5e011e95c Mon Sep 17 00:00:00 2001 From: m-jahn Date: Mon, 13 Jul 2026 16:04:21 +0200 Subject: [PATCH] fix: issue with dirs relative to .test --- .github/workflows/deploy-apptainer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-apptainer.yml b/.github/workflows/deploy-apptainer.yml index 0ad8d1f..ea25e53 100644 --- a/.github/workflows/deploy-apptainer.yml +++ b/.github/workflows/deploy-apptainer.yml @@ -27,9 +27,10 @@ jobs: - name: create apptainer image shell: bash + working-directory: .test run: | sudo apt-get install -y uidmap - apptainer build --fakeroot apptainer.sif apptainer.def + apptainer build --fakeroot ../apptainer.sif ../apptainer.def - name: authenticate to GHCR run: |