CI: maybe fix docker login

This commit is contained in:
2023-08-25 13:36:48 +02:00
parent a99d6dec35
commit 7e7a81bae0
+1 -1
View File
@@ -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