artifacts/oci/app-runner/kube-tools-alpine/Makefile
2023-02-23 11:21:36 +08:00

4 lines
172 B
Makefile
Executable File

all:
docker build --network host --no-cache --build-arg VERSION=3.6.0 -t artifact.onwalk.net/k8s/ci-runner:v3.6.2 .
docker push artifact.onwalk.net/k8s/ci-runner:v3.6.2