Skip to content

Commit a0005f2

Browse files
committed
[infra] container py-trees -> py-trees-ci
Also changing the cache name. Resolves #390.
1 parent 86677cb commit a0005f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- python-version: "3.10"
2121
python-py-version: "py310"
2222
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
2424
credentials:
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
path: ${{ env.POETRY_CACHE_DIR }}
3939
# 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
4141

4242
# Install all deps, sans the project (--no-root)
4343
- name: Install Dependencies

.github/workflows/push_poetry_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: push-poetry-container
22

33
env:
44
REGISTRY: ghcr.io
5-
IMAGE_NAME: ${{ github.repository }}
5+
IMAGE_NAME: ${{ github.repository }}-ci
66
POETRY_VERSION: 1.3.2
77
PYTHON_PRIMARY_VERSION: 3.8.16
88
PYTHON_PRIMARY_TAG: py38

.github/workflows/update-poetry-cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- python-version: "3.10"
2828
python-py-version: "py310"
2929
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
3131
credentials:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
path: ${{ env.POETRY_CACHE_DIR }}
4646
# 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
4848

4949
# Install all deps, sans the project (--no-root)
5050
- name: Install Dependencies

0 commit comments

Comments
 (0)