From bdb01975c9d88aa0521b885dd54587277077363e Mon Sep 17 00:00:00 2001 From: Ric Evans Date: Mon, 14 Aug 2023 16:05:22 -0500 Subject: [PATCH] take 2 at docker ci - 4 --- .github/workflows/wipac-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index 1180bbda..f2f633f6 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -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: | @@ -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