Skip to content

Commit

Permalink
fix(build): docker buildx bake fix for unexpected status: 400 Bad Req…
Browse files Browse the repository at this point in the history
…uest
  • Loading branch information
Rastusik committed Apr 17, 2023
1 parent 5297ddd commit e056cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
command: docker-use-buildx
- run:
name: Docker Buildx Bake all required images
command: docker buildx bake --progress=plain $SERVICES
command: docker buildx bake --progress=plain --provenance=false $SERVICES

docker-bake:
executor: pixelfederation-docker-client
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
command: docker-use-buildx
- run:
name: Docker Buildx Bake all required images
command: docker buildx bake --progress=plain $SERVICES
command: docker buildx bake --progress=plain --provenance=false $SERVICES

shellcheck:
docker:
Expand Down

0 comments on commit e056cd3

Please sign in to comment.