This commit is contained in:
phil 2025-06-26 14:02:13 +02:00
parent 4b5c53be43
commit b8d1240d42

View file

@ -34,7 +34,7 @@ steps:
# Login at the registry
- podman login -u __token__ --password $registry_token $registry
# Build the container image
- podman build --volume=/var/lib/agent-containers:/var/lib/containers:Z --tag $registry/$org/$container_name:latest --tag $registry/$org/$container_name:$CI_COMMIT_TAG .
- podman build --volume=/var/lib/containers:/var/lib/containers:Z --tag $registry/$org/$container_name:latest --tag $registry/$org/$container_name:$CI_COMMIT_TAG .
# Push the image
#- podman push --sign-by-sigstore-private-key ./key.private code.philo.ydns.eu/$org/$container_name:latest
- podman push $registry/$org/$container_name:latest