mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- docker/login:
|
- docker/login:
|
||||||
username: "$DOCKERHUB_USERNAME"
|
docker-username: "$DOCKERHUB_USERNAME"
|
||||||
password: "$DOCKERHUB_TOKEN"
|
docker-password: "$DOCKERHUB_TOKEN"
|
||||||
- docker/build-publish:
|
- docker/build-publish:
|
||||||
image: "freikin/dawarich:<< parameters.tag >>"
|
image: "freikin/dawarich:<< parameters.tag >>"
|
||||||
dockerfile: ./docker/Dockerfile.dev
|
dockerfile: ./docker/Dockerfile.dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue