Skip to content

Commit

Permalink
Docker CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Feb 27, 2023
1 parent 996661a commit 5b8b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blocks:
- docker buildx create --name multiarch --driver docker-container --use
- docker buildx inspect --bootstrap --builder multiarch
#- 'docker buildx build --platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7 --tag $DOCKER_USERNAME/$DOCKER_IMAGE:$SEMAPHORE_GIT_TAG_NAME --tag $DOCKER_USERNAME/$DOCKER_IMAGE:latest --push .'
- 'docker buildx build --platform linux/arm64/v8,linux/amd64 --tag $DOCKER_USERNAME/$DOCKER_IMAGE:dev --push .'
- 'docker buildx build --platform linux/arm64/v8,linux/amd64 --tag $DOCKER_USERNAME/$DOCKER_IMAGE:$SEMAPHORE_GIT_TAG_NAME --tag $DOCKER_USERNAME/$DOCKER_IMAGE:latest --push .'

secrets:
- name: Docker Token
Expand Down

0 comments on commit 5b8b8cd

Please sign in to comment.