Fix
This commit is contained in:
parent
4d7d446763
commit
3dc59a9824
1 changed files with 4 additions and 4 deletions
|
@ -34,11 +34,11 @@ steps:
|
||||||
# Login at the registry
|
# Login at the registry
|
||||||
- podman login -u __token__ --password $registry_token $registry
|
- podman login -u __token__ --password $registry_token $registry
|
||||||
# Build the container image
|
# Build the container image
|
||||||
- podman build --tag $registry/$org/$package_name:latest --tag $registry/$org/$package_name:$CI_COMMIT_SHA .
|
- podman build --tag $registry/$org/$container_name:latest --tag $registry/$org/$container_name:$CI_COMMIT_SHA .
|
||||||
# Push the image
|
# Push the image
|
||||||
#- podman push --sign-by-sigstore-private-key ./key.private code.philo.ydns.eu/$org/$package_name:latest
|
#- podman push --sign-by-sigstore-private-key ./key.private code.philo.ydns.eu/$org/$container_name:latest
|
||||||
- podman push $registry/$org/$package_name:latest
|
- podman push $registry/$org/$container_name:latest
|
||||||
- podman push $registry/$org/$package_name:$CI_COMMIT_SHA
|
- podman push $registry/$org/$container_name:$CI_COMMIT_SHA
|
||||||
|
|
||||||
# container_build_release_push:
|
# container_build_release_push:
|
||||||
# #image: docker.io/maltegrosse/woodpecker-buildah:0.0.12
|
# #image: docker.io/maltegrosse/woodpecker-buildah:0.0.12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue