mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
docker frontend cache doesn't depend on backend
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user