main
bel 2023-10-15 08:04:00 -06:00
parent 0512028c40
commit 143ae9ba04
1 changed files with 1 additions and 0 deletions

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