Skip to content
Snippets Groups Projects
Commit 33dd5944 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[ci] trying podman again

parent 3df52afb
No related branches found
No related tags found
No related merge requests found
Pipeline #64019 failed
......@@ -25,7 +25,7 @@ build_image:
- bob
stage: build_image
image:
name: quay.io/buildah/stable
name: quay.io/podman/stable
before_script:
# - if [[ $CI_RUNNER_TAGS == *"docker,"* ]]; then git config --global --add safe.directory ${CI_PROJECT_DIR}; fi
......@@ -33,7 +33,7 @@ build_image:
# - docker info
- docker run --privileged
script:
- buildah bud -t docker.idiap.ch/bob/bdt:latest .
- docker build --tag docker.idiap.ch/bob/bdt:latest .
push_image:
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment