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

Add ca-certificates

parent e55af052
No related branches found
No related tags found
No related merge requests found
Pipeline #26145 passed
......@@ -7,7 +7,7 @@ stages:
image: debian:bullseye-slim
before_script:
- apt update
- apt install -y podman buildah
- apt install -y podman buildah ca-certificates
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- podman pull ${CI_REGISTRY_IMAGE}:${SUITE} || true
- podman tag ${CI_REGISTRY_IMAGE}:${SUITE} ${CI_REGISTRY_IMAGE}:${SUITE}_previous || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment