diff options
author | 2023-01-28 23:28:28 +0000 | |
---|---|---|
committer | 2023-01-28 23:28:28 +0000 | |
commit | b1ba070ea59efc2e2289c14cf2a3b91ed52013e6 (patch) | |
tree | 05e8ce8889a8d5b48b2252496140f2aa94eb9c95 /.github | |
parent | Update poetry version (diff) |
Update GHCR org in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbdd84c..f424eff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,9 +46,9 @@ jobs: context: . file: ./Dockerfile push: true - cache-from: type=registry,ref=ghcr.io/chrislovering/python-poetry-base:${{ matrix.python_version }} + cache-from: type=registry,ref=ghcr.io/owl-corp/python-poetry-base:${{ matrix.python_version }} cache-to: type=inline tags: | - ghcr.io/chrislovering/python-poetry-base:${{ matrix.python_version }} + ghcr.io/owl-corp/python-poetry-base:${{ matrix.python_version }} build-args: | python_version=${{ matrix.python_version }} |