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

Fix CI build

parent bdae25a5
Branches
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ variables: ...@@ -10,6 +10,8 @@ variables:
docker_build_and_release_tests: docker_build_and_release_tests:
stage: docker_build stage: docker_build
image: quay.io/podman/stable image: quay.io/podman/stable
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script: script:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY - 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 . - 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.
Please register or to comment