Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Argiris Deligiannidis 2024-07-11 17:49:04 +00:00
parent 09b666c343
commit 914a6a856f

View File

@ -8,13 +8,13 @@ steps:
settings: settings:
force_tag: true force_tag: true
password: password:
from_secret: docker_password from_secret: docker_pass
registry: 10.1.1.1:7776 registry: 10.1.1.1:7776
repo: 10.1.1.1:7776/quertex/docker-win-pyinstaller repo: 10.1.1.1:7776/quertex/docker-win-pyinstaller
context: . context: .
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
username: username:
from_secret: docker_username from_secret: docker_user
tags: tags:
- latest - latest
- ${DRONE_TAG} - ${DRONE_TAG}
@ -28,13 +28,13 @@ steps:
settings: settings:
force_tag: true force_tag: true
password: password:
from_secret: docker_password from_secret: docker_pass
registry: 10.1.1.1:7776 registry: 10.1.1.1:7776
repo: 10.1.1.1:7776/quertex/docker-win-pyinstaller repo: 10.1.1.1:7776/quertex/docker-win-pyinstaller
context: . context: .
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
username: username:
from_secret: docker_username from_secret: docker_user
tags: tags:
- latest - latest
when: when: