sleep
parent
0512028c40
commit
143ae9ba04
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue