Merge branch 'main' into renovate/docker.mafyuh.xyz-sonatype-nexus3-3.x
Some checks failed
Some checks failed
This commit is contained in:
commit
2381574631
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
name: Lint with Python 3.8
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
|
||||
image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.8-nodejs18-slim
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
name: Lint with Python 3.9
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
|
||||
image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.9-nodejs18-slim
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
name: Lint with Python 3.10
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
|
||||
image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.10-nodejs18-slim
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue