Skip to content

Commit

Permalink
take 2 at docker ci - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 14, 2023
1 parent d23fc27 commit bdb0197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: moudash_test:local
tags: localhost:5000/moudash_test:local
load: true
- name: run
run: |
Expand All @@ -158,7 +158,7 @@ jobs:
docker run --rm -i \
--env CI_TEST_ENV=true \
--mount type=bind,source=$(realpath ./$TEMPDIR/),target=/local/$TEMPDIR \
moudash_test:local \
localhost:5000/moudash_test:local \
pytest -vvv tests/integration
Expand Down

0 comments on commit bdb0197

Please sign in to comment.