path
This commit is contained in:
parent
4b5c53be43
commit
b8d1240d42
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ steps:
|
|||
# Login at the registry
|
||||
- podman login -u __token__ --password $registry_token $registry
|
||||
# Build the container image
|
||||
- podman build --volume=/var/lib/agent-containers:/var/lib/containers:Z --tag $registry/$org/$container_name:latest --tag $registry/$org/$container_name:$CI_COMMIT_TAG .
|
||||
- podman build --volume=/var/lib/containers:/var/lib/containers:Z --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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue