From a735e93b41d79dac6afa689f18f0a6235fd08a22 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Thu, 1 Feb 2024 22:33:03 +0200 Subject: [PATCH] add dockerconfig --- .drone.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index c30f8ad..973dbce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ name: default steps: - name: build + settings: + password: + from_secret: docker_password + username: + from_secret: docker_username image: git.argideli.com/quertex/docker-win-pyinstaller pull: always commands: @@ -14,14 +19,5 @@ steps: # build - wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py - - name: publish - image: git.argideli.com/quertex/docker-win-pyinstaller - pull: always - commands: - - cp -r z:/drone/src/out/* z:/drone/artifacts - - - name: cleanup - image: git.argideli.com/quertex/docker-win-pyinstaller - pull: always - commands: - - rm -rf z:/drone/src \ No newline at end of file +image_pull_secrets: +- dockerconfig \ No newline at end of file