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

Fix CI build

parent bdae25a5
No related branches found
No related tags found
No related merge requests found
......@@ -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