Skip to content
Snippets Groups Projects
Commit 4eac87b0 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

fix gitlab yml syntax

parent 38983344
No related branches found
No related tags found
No related merge requests found
Pipeline #3803 failed
image: git.fossgalaxy.com:8042/oci/podman:latest
python:3.10
python:3.10:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.10
SOURCE_TAG: 3.10-slim
IMAGE_TAG: "3.10"
SOURCE_TAG: "3.10-slim"
script:
- ./build.sh
python:3.10:alpine
python:3.10:alpine:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.10-alpine
SOURCE_TAG: 3.10-alpine
IMAGE_TAG: "3.10-alpine"
SOURCE_TAG: "3.10-alpine"
script:
- ./build.sh
python:3.12
python:3.12:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.12
SOURCE_TAG: 3.12-slim
IMAGE_TAG: "3.12"
SOURCE_TAG: "3.12-slim"
script:
- ./build.sh
python:3.12:alpine
python:3.12:alpine:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.12-alpine
SOURCE_TAG: 3.12-alpine
IMAGE_TAG: "3.12-alpine"
SOURCE_TAG: "3.12-alpine"
script:
- ./build.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment