Skip to content

Commit

Permalink
ci: use correct docker tag for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Jan 8, 2023
1 parent f234aed commit 53ce014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: ${{ matrix.containers.file == 'files/Dockerfile' }}
run: |
docker run --rm -v ${PWD}:/scandir \
irulescan:latest /scandir/tests/test.sh
simonkowallik/irulescan:latest /scandir/tests/test.sh
- name: Run apiserver tests
if: ${{ matrix.containers.file == 'files/Dockerfile.apiserver' }}
Expand All @@ -60,4 +60,4 @@ jobs:
-v ${PWD}/tests/test.sh:/entrypoint.sh \
--entrypoint /entrypoint.sh \
-v ${PWD}/tests:/tests \
irulescan:apiserver /test-apiserver.sh
simonkowallik/irulescan:apiserver /test-apiserver.sh

0 comments on commit 53ce014

Please sign in to comment.