Skip to content

Commit

Permalink
add docker info
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Aug 19, 2020
1 parent b41e703 commit 939a9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ build:
- apk add qemu
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker buildx create --use
- docker info
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag $CI_REGISTRY_IMAGE:$DOCKER_ENV_CI_COMMIT_REF_SLUG .

0 comments on commit 939a9e3

Please sign in to comment.