fix(drone): use correct property value
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Dominik Pschenitschni 2023-01-05 12:30:10 +01:00
parent b71d41c5ec
commit 1fc9555b7a
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ steps:
- name: docker-unstable
image: thegeeklab/drone-docker-buildx
privileged: true
pull: true
pull: always
settings:
username:
from_secret: docker_username
@ -389,7 +389,7 @@ steps:
- name: docker-release
image: thegeeklab/drone-docker-buildx
privileged: true
pull: true
pull: always
settings:
username:
from_secret: docker_username