Skip to content
Snippets Groups Projects
Verified Commit dfee8ef1 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

tag container image

parent e8e00621
No related branches found
No related tags found
No related merge requests found
Pipeline #302199 failed
......@@ -85,7 +85,7 @@ build_and_deploy:
paths:
- ./target/*.deb
build_container:
build_container_image:
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......@@ -98,6 +98,16 @@ build_container:
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $CONTAINER_IMAGE
tag_container_image:
image:
name: gcr.io/go-containerregistry/crane:debug
entrypoint: [""]
stage: deploy_deb
before_script:
- *crane-setup
script:
- crane tag $CONTAINER_IMAGE latest
# Deploy DEB files to APTLY repository.
# All four DEB files are deployed with SNAPSHOT version (branch: develop)!
deploy_aggregator_dev:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment