Skip to content

Commit

Permalink
Merge pull request #2 from trewq34/circleci-editor/292/main
Browse files Browse the repository at this point in the history
Add .circleci/config.yml
  • Loading branch information
trewq34 authored Jun 12, 2022
2 parents 5595962 + 270cfc1 commit 9dddf37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- image: cimg/base:stable
steps:
- setup_remote_docker:
version: 20.10.16
version: 20.10.11
- run: |
docker context create buildx-build
docker buildx create --use --platform linux/amd64,linux/arm64 buildx-build
docker buildx create --use --platform linux/arm64,linux/amd64 buildx-build
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker buildx inspect --bootstrap
docker buildx ls
# - checkout
# - run: docker buildx build . --platform linux/arm64,linux/amd64 -t trewq34/auther-test:0.0.6 -t trewq34/auther-test:latest --push
- checkout
- run: docker buildx build . --platform linux/arm64,linux/amd64 -t trewq34/auther-test:0.0.6 -t trewq34/auther-test:latest --push

0 comments on commit 9dddf37

Please sign in to comment.