CI: fix build
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-27 17:21:43 +02:00
parent 1dec3988d5
commit b14e6a0be5

View file

@ -61,6 +61,3 @@ steps:
# Push the image # Push the image
- podman push $registry/$org/$container_name:latest - podman push $registry/$org/$container_name:latest
- podman push $registry/$org/$container_name:$CI_COMMIT_TAG - podman push $registry/$org/$container_name:$CI_COMMIT_TAG
- podman build --volume=/var/lib/containers:/var/lib/containers --tag $registry/$org/$container_name:latest-full --tag $registry/$org/$container_name:$CI_COMMIT_TAG-full -f Containerfile.with_plugins
- podman push $registry/$org/$container_name:latest-full
- podman push $registry/$org/$container_name:$CI_COMMIT_TAG-full