From 11d3e662146f81589bff61d5a3cb51b1a3e29942 Mon Sep 17 00:00:00 2001 From: pdziekan Date: Fri, 5 Nov 2021 11:10:02 +0100 Subject: [PATCH] use load uwlcm singularity image action from marketplace --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8a6ff59..fa9b8be 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: # if: ${{!inputs.disable_cuda}} - name: load UWLCM Singularity image - uses: ./.github/actions/load_UWLCM_singularity_image + uses: igfuw/load_UWLCM_singularity_image@v0.1 with: path: ${{ inputs.path }}/singularity_images tag: ${{ inputs.tag }}