This repository was archived by the owner on Apr 23, 2021. It is now read-only.
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,6 @@ RUN apt-get update && apt-get install -y \
18
18
software-properties-common \
19
19
git \
20
20
build-essential
21
+
22
+ LABEL org.opencontainers.image.url=https://github.com/harderthanitneedstobe/kaniko-ci
23
+ LABEL org.opencontainers.image.source=https://github.com/harderthanitneedstobe/kaniko-ci
Original file line number Diff line number Diff line change 1
1
2
- build-debug :
2
+ push :
3
3
docker buildx rm " build-$$ (git rev-parse --short HEAD)" || true
4
4
docker buildx create --platform linux/amd64 --use --name " build-$$ (git rev-parse --short HEAD)"
5
5
printf " $$ (cat kaniko/deploy/Dockerfile_debug)\n\n$$ (cat Dockerfile)" | docker buildx build --platform linux/amd64 \
6
6
-f - \
7
- -t containers.harderthanitneedstobe.com/kaniko:$$(git rev-parse --short HEAD ) ./kaniko \
8
- --push
7
+ -t containers.harderthanitneedstobe.com/kaniko-ci:latest \
8
+ -t containers.harderthanitneedstobe.com/kaniko-ci:$$(git rev-parse --short HEAD ) \
9
+ -t ghcr.io/harderthanitneedstobe/kaniko-ci:latest \
10
+ -t ghcr.io/harderthanitneedstobe/kaniko-ci:$$(git rev-parse --short HEAD ) \
11
+ --push ./kaniko
You can’t perform that action at this time.
0 commit comments