docker frontend cache doesn't depend on backend

This commit is contained in:
2023-01-15 13:11:25 +01:00
parent a2cdbdef7f
commit 593e2181f2
6 changed files with 6 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ jobs:
- run:
name: build and push to docker hub
command: docker buildx build --push --platform linux/arm64,linux/amd64 --tag stepanusatiuk/photos:$CIRCLE_BRANCH .
command: docker buildx build --progress=plain --push --platform linux/arm64,linux/amd64 --tag stepanusatiuk/photos:$CIRCLE_BRANCH .
#command: docker buildx build --push --platform linux/amd64 --tag stepanusatiuk/photos:$CIRCLE_BRANCH .
# build-arm: