Change Dockerfile to Dockerfile.python to prepare more images
All checks were successful
Build docker image for runner build / Python-build (3.10) (push) Successful in 1m22s
Build docker image for runner build / Python-build (3.11) (push) Successful in 47s
Build docker image for runner build / Python-build (3.12) (push) Successful in 48s

This commit is contained in:
Dryusdan 2024-01-21 14:32:20 +01:00
parent dd4ed32c19
commit 5be70f39d1
Signed by: Dryusdan
GPG key ID: EC1438DDE24E27D7
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ on:
- cron: '15 14 * * 4'
jobs:
docker:
Python-build:
strategy:
matrix:
python-versions: [3.12, 3.11, "3.10"]
@ -42,7 +42,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.python
build-contexts: |
alpine=docker-image://python:${{ matrix.python-versions }}-alpine
tags: git.dryusdan.fr/${{ secrets.REPOSITORY_USER }}/build-alpine:${{ matrix.python-versions }}