Cleanup
This commit is contained in:
parent
e92a9fc4a6
commit
a0f9848933
1 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue