Fix
This commit is contained in:
parent
71cdaa779a
commit
d8016be4e6
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@ steps:
|
|||
# Login at the registry
|
||||
- podman login -u __token__ --password $registry_token $registry
|
||||
# Build the container image
|
||||
- podman build --tag $registry/$org/$container_name:latest --tag $registry/$org/$container_name:$CI_COMMIT_SHA .
|
||||
- podman build --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_SHA
|
||||
- podman push $registry/$org/$container_name:$CI_COMMIT_TAG
|
||||
|
||||
# container_build_release_push:
|
||||
# #image: docker.io/maltegrosse/woodpecker-buildah:0.0.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue