mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 10:00:39 +00:00
chore(deps): update docker.io/library/python docker tag to v3.12
This commit is contained in:
parent
3a181f2043
commit
e82a7fa9eb
@ -7,7 +7,7 @@ when:
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
|
@ -7,7 +7,7 @@ when:
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
@ -45,7 +45,7 @@ steps:
|
||||
- event: [tag]
|
||||
|
||||
publish-pypi:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
secrets:
|
||||
- source: pypi_password
|
||||
target: POETRY_HTTP_BASIC_PYPI_PASSWORD
|
||||
|
@ -7,7 +7,7 @@ when:
|
||||
|
||||
steps:
|
||||
check-format:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
@ -17,7 +17,7 @@ steps:
|
||||
PY_COLORS: "1"
|
||||
|
||||
check-coding:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
- pip install poetry poetry-dynamic-versioning -qq
|
||||
|
@ -13,7 +13,7 @@ matrix:
|
||||
|
||||
steps:
|
||||
fetch:
|
||||
image: docker.io/library/python:3.11
|
||||
image: docker.io/library/python:3.12
|
||||
commands:
|
||||
- git fetch -tq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user