Skip to content
Snippets Groups Projects
Commit abdbddde authored by ale's avatar ale
Browse files

Fix CI build

parent 05d5617c
No related branches found
No related tags found
1 merge request!255mailman: Enable VERP
Pipeline #83743 failed
......@@ -10,6 +10,8 @@ variables:
docker_build_and_release_tests:
stage: docker_build
image: quay.io/podman/stable
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
- cd test && podman build --build-arg ci_token=$CI_JOB_TOKEN --pull -t $IMAGE_TAG .
......
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