File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 REGISTRY : ghcr.io
14- IMAGE_NAME : ${{ github.repository }}/python-poetry:3.12
14+ IMAGE_NAME : ${{ github.repository }}/python-poetry
1515
1616jobs :
1717 build :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments