Skip to content

Commit d67fc6b

Browse files
chrod: remove ci image version tag.
1 parent b6b0772 commit d67fc6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
REGISTRY: ghcr.io
14-
IMAGE_NAME: ${{ github.repository }}/python-poetry:3.12
14+
IMAGE_NAME: ${{ github.repository }}/python-poetry
1515

1616
jobs:
1717
build:

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint and Test
2626
runs-on: ubuntu-latest
2727
container:
28-
image: ghcr.io/${{ github.repository }}/python-poetry:3.12
28+
image: ghcr.io/${{ github.repository }}/python-poetry
2929
permissions:
3030
contents: read
3131
packages: read

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
# Use pre-built container with Python and Poetry installed
2525
container:
26-
image: ghcr.io/${{ github.repository }}/python-poetry:3.12
26+
image: ghcr.io/${{ github.repository }}/python-poetry
2727
environment: ${{ github.event.inputs.environment || 'pypi' }}
2828
permissions:
2929
contents: read

0 commit comments

Comments
 (0)