Allow using a local Docker image, e.g., for tests

This commit is contained in:
Sebastian Serth
2022-09-18 01:49:25 +02:00
committed by Sebastian Serth
parent 15b9117382
commit 7454e577e4
5 changed files with 40 additions and 8 deletions

View File

@ -120,6 +120,7 @@ jobs:
POSEIDON_AWS_ENABLED: true
POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}
POSEIDON_AWS_FUNCTIONS: ${{ secrets.POSEIDON_AWS_FUNCTIONS }}
POSEIDON_NOMAD_DISABLEFORCEPULL: true
steps:
- name: Checkout repository
uses: actions/checkout@v2