File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- python-version : " 3.10"
21
21
python-py-version : " py310"
22
22
container :
23
- image : ghcr.io/${{ github.repository }}:${{ matrix.python-py-version }}-poetry-bullseye
23
+ image : ghcr.io/${{ github.repository }}-ci :${{ matrix.python-py-version }}-poetry-bullseye
24
24
credentials :
25
25
username : ${{ github.actor }}
26
26
password : ${{ secrets.GITHUB_TOKEN }}
37
37
with :
38
38
path : ${{ env.POETRY_CACHE_DIR }}
39
39
# bump the suffix if you need to force-refresh the cache
40
- key : dependencies -${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-1
40
+ key : poetry-cache -${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-1
41
41
42
42
# Install all deps, sans the project (--no-root)
43
43
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: push-poetry-container
2
2
3
3
env :
4
4
REGISTRY : ghcr.io
5
- IMAGE_NAME : ${{ github.repository }}
5
+ IMAGE_NAME : ${{ github.repository }}-ci
6
6
POETRY_VERSION : 1.3.2
7
7
PYTHON_PRIMARY_VERSION : 3.8.16
8
8
PYTHON_PRIMARY_TAG : py38
Original file line number Diff line number Diff line change 27
27
- python-version : " 3.10"
28
28
python-py-version : " py310"
29
29
container :
30
- image : ghcr.io/${{ github.repository }}:${{ matrix.python-py-version }}-poetry-bullseye
30
+ image : ghcr.io/${{ github.repository }}-ci :${{ matrix.python-py-version }}-poetry-bullseye
31
31
credentials :
32
32
username : ${{ github.actor }}
33
33
password : ${{ secrets.GITHUB_TOKEN }}
44
44
with :
45
45
path : ${{ env.POETRY_CACHE_DIR }}
46
46
# bump the suffix if you need to force-refresh the cache
47
- key : dependencies -${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-1
47
+ key : poetry-cache -${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-1
48
48
49
49
# Install all deps, sans the project (--no-root)
50
50
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments