mirror of
https://github.com/sorenisanerd/gotty.git
synced 2025-04-02 17:10:29 +00:00
Docker image should reflects new fork name
This commit is contained in:
parent
811c37a804
commit
735b3cd3bd
@ -12,8 +12,8 @@ jobs:
|
||||
command: |
|
||||
DOCKER_TAG=$CIRCLE_BRANCH-$CIRCLE_BUILD_NUM
|
||||
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASSWORD
|
||||
docker build -t honestica/gotty:$DOCKER_TAG .
|
||||
docker push honestica/gotty:$DOCKER_TAG
|
||||
docker build -t honestica/gotty-v2:$DOCKER_TAG .
|
||||
docker push honestica/gotty-v2:$DOCKER_TAG
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user