aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
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 }}