Merge branch 'main' into renovate/docker.mafyuh.xyz-sonatype-nexus3-3.x
Some checks failed
continuous-integration/drone/pr Build is failing
Lint on PR / Lint with Python 3.8 (pull_request) Failing after 40s
Lint on PR / Lint with Python 3.9 (pull_request) Failing after 39s
Lint on PR / Lint with Python 3.10 (pull_request) Failing after 38s

This commit is contained in:
Matt Reeves 2024-05-27 23:50:18 +00:00
commit 2381574631

View file

@ -9,7 +9,7 @@ jobs:
name: Lint with Python 3.8 name: Lint with Python 3.8
runs-on: docker runs-on: docker
container: container:
image: docker.mafyuh.xyz/python:3.8-slim-bullseye image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.8-nodejs18-slim
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -33,7 +33,7 @@ jobs:
name: Lint with Python 3.9 name: Lint with Python 3.9
runs-on: docker runs-on: docker
container: container:
image: docker.mafyuh.xyz/python:3.9-slim-bullseye image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.9-nodejs18-slim
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -57,7 +57,7 @@ jobs:
name: Lint with Python 3.10 name: Lint with Python 3.10
runs-on: docker runs-on: docker
container: container:
image: docker.mafyuh.xyz/python:3.10-slim-bullseye image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.10-nodejs18-slim
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4