artifacts/oci/app-runner/chart-builder-alpine/Makefile

4 lines
172 B
Makefile
Raw Permalink Normal View History

2023-02-07 11:18:50 +08:00
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