chore(ci): tag image with multiple tags
All checks were successful
agola/blog/Build The run finished successfully

This commit is contained in:
Peter Kurfer 2022-09-10 21:00:44 +02:00
parent 9b2d86b882
commit 2e2756229e

View file

@ -36,6 +36,13 @@ runs:
}
}
EOF
- run: /kaniko/executor --destination code.icb4dc0.de/prskr/blog:$AGOLA_GIT_COMMITSHA --context dir:///root/project/ --dockerfile /root/project/Dockerfile
- run:
name: Build container image
command: |
/kaniko/executor \
--destination code.icb4dc0.de/prskr/blog:$AGOLA_GIT_COMMITSHA \
--destination code.icb4dc0.de/prskr/blog:latest \
--context dir:///root/project/ \
--dockerfile /root/project/Dockerfile
depends:
- checkout code