Reduce backend image push size
All checks were successful
Build and deploy Backend / build (push) Successful in 3m54s

This commit is contained in:
Ruslan Bakiev
2026-05-08 18:47:51 +07:00
parent 11470cd086
commit a0627f6f2c
4 changed files with 7 additions and 92 deletions

View File

@@ -31,7 +31,7 @@ jobs:
fi
docker buildx use "$builder"
docker buildx inspect --bootstrap
docker buildx build --push --tag "$IMAGE" .
docker buildx build --push --provenance=false --tag "$IMAGE" .
- name: Skip stale deployment
run: |