Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictayloruk committed Mar 26, 2017
1 parent d28635d commit 9156895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gitlab Container Registry build:
- cd $TAG_FOLDER && docker build -t $DOCKER_REGISTRY/$DOCKER_REGISTRY_REPO:$TAG_NAME . && docker push $DOCKER_REGISTRY/$DOCKER_REGISTRY_REPO:$TAG_NAME

ARM Gitlab Container Registry build:
image: yobasystems/alpine-dind:armhf-dind
image: yobasystems/alpine-dind:armhf
stage: build
tags:
- armhf
Expand Down

0 comments on commit 9156895

Please sign in to comment.