mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 10:45:14 +02:00
Fix deploy to dockerhub
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user