mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 21:35:16 +02:00
Fix npmjs deployment workflow (#49)
This commit is contained in:
@@ -7,7 +7,7 @@ blocks:
|
||||
- name: Deploy
|
||||
commands:
|
||||
- checkout
|
||||
- 'docker build . -t "devicefarmer/stf:${SEMAPHORE_GIT_TAG_NAME:-latest}"'
|
||||
- 'docker build . -t "devicefarmer/stf:$(echo ${SEMAPHORE_GIT_TAG_NAME:-vlatest} |cut -c 2-)"'
|
||||
- docker push devicefarmer/stf
|
||||
secrets:
|
||||
- name: dockerhub-secrets
|
||||
|
||||
Reference in New Issue
Block a user