chore(ci): tag image with multiple tags
All checks were successful
agola/blog/Build The run finished successfully
All checks were successful
agola/blog/Build The run finished successfully
This commit is contained in:
parent
9b2d86b882
commit
2e2756229e
1 changed files with 8 additions and 1 deletions
|
@ -36,6 +36,13 @@ runs:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
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:
|
depends:
|
||||||
- checkout code
|
- checkout code
|
||||||
|
|
Loading…
Reference in a new issue