mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update CircleCI config
This commit is contained in:
parent
a2d67d8e38
commit
8c8ec576c4
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
command: echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
|
command: echo "$DOCKERHUB_TOKEN" | docker login -username "$DOCKERHUB_USERNAME" --password-stdin
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Set Docker tags
|
name: Set Docker tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue