Skip to content
Snippets Groups Projects
Unverified Commit d19ae806 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[ci] Added podman

parent 91816a73
Branches
No related merge requests found
podman:
stage: build
image:
name: quay.io/podman/stable
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script:
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- podman build -t $IMAGE_TAG .
- podman push $IMAGE_TAG
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment