CI: maybe fix docker login
This commit is contained in:
+1
-1
@@ -42,4 +42,4 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
- echo "$DOCKER_PASSWORD" | docker login "docker.zvon.tech" -u "$DOCKER_USERNAME" --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login "docker.zvon.tech" --username "$DOCKER_USERNAME" --password-stdin
|
||||||
Reference in New Issue
Block a user