Skip to content
Snippets Groups Projects
Commit 0e70592d 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 #3802 failed
image: git.fossgalaxy.com:8042/oci/podman:latest
python:3.10
python:3.10:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.10
......@@ -8,7 +8,7 @@ python:3.10
script:
- ./build.sh
python:3.10:alpine
python:3.10:alpine:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.10-alpine
......@@ -16,7 +16,7 @@ python:3.10:alpine
script:
- ./build.sh
python:3.12
python:3.12:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.12
......@@ -24,7 +24,7 @@ python:3.12
script:
- ./build.sh
python:3.12:alpine
python:3.12:alpine:
variables:
IMAGE_NAME: python
IMAGE_TAG: 3.12-alpine
......
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