This commit is contained in:
phil 2025-06-26 15:35:59 +02:00
parent e92a9fc4a6
commit a0f9848933

View file

@ -38,20 +38,5 @@ steps:
# Build the container image
- podman build --volume=/var/lib/containers:/var/lib/containers --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
- podman push $registry/$org/$container_name:$CI_COMMIT_TAG
# container_build_release_push:
# #image: docker.io/maltegrosse/woodpecker-buildah:0.0.12
# image: code.philo.ydns.eu/philorg/woodpecker-buildah
# settings:
# registry: code.philo.ydns.eu
# repository: philorg/test-woodpecker-webapp
# tags: ${CI_COMMIT_SHA}
# architectures: amd64
# context: Containerfile
# username:
# from_secret: registry_username
# password:
# from_secret: registry_password