diff --git a/.harness/firebase-deploy.yaml b/.harness/firebase-deploy.yaml index 1595027..7e5f81e 100644 --- a/.harness/firebase-deploy.yaml +++ b/.harness/firebase-deploy.yaml @@ -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