mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
Use the latest Python 3.8 docker image
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c4a077ab54
commit
0ed8dfffc7
3 changed files with 7 additions and 7 deletions
4
.github/workflows/docs-action.yml
vendored
4
.github/workflows/docs-action.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
if: ${{ github.event_name == 'push' || fromJSON(inputs.changed-files)['docs'] || fromJSON(inputs.changed-files)['salt'] }}
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
- name: Install System Deps
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
if: ${{ github.event_name == 'push' || fromJSON(inputs.changed-files)['docs'] }}
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
- name: Install System Deps
|
||||
|
|
4
.github/workflows/lint-action.yml
vendored
4
.github/workflows/lint-action.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
if: ${{ fromJSON(inputs.changed-files)['salt'] || fromJSON(inputs.changed-files)['lint'] }}
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
- name: Install System Deps
|
||||
|
@ -74,7 +74,7 @@ jobs:
|
|||
if: ${{ fromJSON(inputs.changed-files)['tests'] || fromJSON(inputs.changed-files)['lint'] }}
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
- name: Install System Deps
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -159,7 +159,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: python:3.8.6-slim-buster
|
||||
image: python:3.8-slim-buster
|
||||
|
||||
steps:
|
||||
- name: Install System Deps
|
||||
|
|
Loading…
Add table
Reference in a new issue