ci: remove unused secrets from dryrun steps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-05-20 15:34:27 +02:00
parent 0e74c8638d
commit e97213bf38
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 5 deletions

View File

@ -34,11 +34,7 @@ steps:
- BUILD_VERSION=${DRONE_TAG%-*}
dockerfile: Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
ref:
- refs/pull/**
@ -201,6 +197,6 @@ depends_on:
---
kind: signature
hmac: b53aff5d318e0a58409e3ab437913a4f71c7ad3ad2f748d188a4dbcdac2df0ef
hmac: c4492171d727fdfca36112df25603b4d160afde38eddb79f21cb7c723682df38
...