Skip to content

Commit

Permalink
Fix deploy to DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored Jan 12, 2025
1 parent 536d1cb commit 0b21f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .semaphore/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ blocks:
- checkout
- export TAG=$(echo ${SEMAPHORE_GIT_TAG_NAME:-vlatest} |cut -c 2-)
- docker buildx create --platform=linux/amd64,linux/arm64 --use
- 'docker buildx build --platform=linux/amd64,linux/arm64 -t "devicefarmer/stf:$TAG" .'
- docker push "devicefarmer/stf:$TAG"
- 'docker buildx build --platform=linux/amd64,linux/arm64 --push -t "devicefarmer/stf:$TAG" .'
secrets:
- name: dockerhub-secrets
prologue:
Expand Down

0 comments on commit 0b21f0c

Please sign in to comment.