Skip to content

Commit

Permalink
fix docker load
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 2, 2024
1 parent b8dcd5f commit 0fde6f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true


test-run-singularity-dummy-reco:
Expand Down Expand Up @@ -155,6 +156,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.2
Expand Down Expand Up @@ -288,6 +290,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
# timeout-minutes: 10 # on average max~=5min
run: |
Expand Down Expand Up @@ -384,6 +387,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
# timeout-minutes: 10 # on average ~6min # yes, `timeout` is used below but this is insurance
run: |
Expand Down Expand Up @@ -500,6 +504,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
# timeout-minutes: 35 # on average max~=26min
run: |
Expand Down Expand Up @@ -567,6 +572,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
run: |
source tests/env-vars.sh
Expand Down Expand Up @@ -608,6 +614,7 @@ jobs:
context: .
file: ./Dockerfile
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
# timeout-minutes: 15 # on average max~=7min
run: |
Expand Down

0 comments on commit 0fde6f5

Please sign in to comment.