This commit is contained in:
bel
2023-10-15 08:04:00 -06:00
parent 0512028c40
commit 143ae9ba04

View File

@@ -44,6 +44,7 @@ spec:
apk add --no-cache git
t=registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
if true || git diff --name-only ${{ build.before }} ${{ build.after }} | grep Dockerfile.cicd; then
sleep 10
docker build -t "$t" -f ./Dockerfile.cicd .
docker push "$t"
fi