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 Mar 26, 2022
1 parent cc79f28 commit 8cc8cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ blocks:
commands:
- checkout
- export TAG=$(echo ${SEMAPHORE_GIT_TAG_NAME:-vlatest} |cut -c 2-)
- 'docker build -t "$TAG" .'
- 'docker build -t "devicefarmer/stf:$TAG" .'
- docker push devicefarmer/stf:$TAG
secrets:
- name: dockerhub-secrets
Expand Down

0 comments on commit 8cc8cd0

Please sign in to comment.