mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update circle ci config
This commit is contained in:
parent
e512b41580
commit
ac687f8124
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- docker/login:
|
||||
username: "$DOCKERHUB_USERNAME"
|
||||
password: "$DOCKERHUB_TOKEN"
|
||||
docker-username: "$DOCKERHUB_USERNAME"
|
||||
docker-password: "$DOCKERHUB_TOKEN"
|
||||
- docker/build-publish:
|
||||
image: "freikin/dawarich:<< parameters.tag >>"
|
||||
dockerfile: ./docker/Dockerfile.dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue