Pointing on last issue#4 commit to use oc-lib env var fix, removing useless log in Dockerfile building phase

This commit is contained in:
plm
2024-12-16 10:18:23 +01:00
parent 2ce3a380f0
commit f10615888c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ clean:
rm -rf oc-auth oc-auth.tar.gz
docker:
DOCKER_BUILDKIT=1 docker build --progress=plain -t oc/oc-auth:0.0.1 -f Dockerfile .
DOCKER_BUILDKIT=1 docker build -t oc/oc-auth:0.0.1 -f Dockerfile .
docker tag oc/oc-auth:0.0.1 oc/oc-auth:latest
publish-kind: