Skip to content
Snippets Groups Projects
Verified Commit d1b5d7ac authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix CI magic

parent f31f25d3
No related branches found
No related tags found
No related merge requests found
Pipeline #7799 passed
...@@ -34,7 +34,7 @@ Build: ...@@ -34,7 +34,7 @@ Build:
script: script:
- TAG=latest - TAG=latest
- "[[ ! \"${CI_COMMIT_REF_NAME:-master}\" = \"master\" ]] && TAG=\"$CI_COMMIT_REF_NAME\"" - "[[ ! \"${CI_COMMIT_REF_NAME:-master}\" = \"master\" ]] && TAG=\"$CI_COMMIT_REF_NAME\""
- podman login --username $REGISTRY_USER --password $REGISTRY_PASSWORD docker.io - podman -r login --username $REGISTRY_USER --password $REGISTRY_PASSWORD docker.io
- podman build -t "projlab/projlab:$TAG" . - podman -r build -t "projlab/projlab:$TAG" .
- podman push "projlab/projlab:$TAG" - podman -r push "projlab/projlab:$TAG"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment