mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
meh
This commit is contained in:
parent
0805203846
commit
596d6b643d
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
kaniko:
|
kaniko:
|
||||||
extends: .deploy
|
stage: kaniko
|
||||||
stage: kaniko
|
script:
|
||||||
|
- ./kaniko/build.sh
|
||||||
|
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
echo "Building image $DOCKER_IMAGE"
|
echo "Building image $DOCKER_IMAGE"
|
||||||
|
|
||||||
docker build -f "$KANIKO_DIR/Dockerfile" "$KANIKO_DIR"
|
docker build -t "$DOCKER_IMAGE" -f "$KANIKO_DIR/Dockerfile" "$KANIKO_DIR"
|
||||||
|
|
||||||
echo "Pushing $DOCKER_IMAGE"
|
echo "Pushing $DOCKER_IMAGE"
|
||||||
docker push "$DOCKER_IMAGE"
|
docker push "$DOCKER_IMAGE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue