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:23 +02:00
parent 6c26c71a9d
commit cf662614dc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 5 deletions

View File

@ -32,11 +32,7 @@ steps:
settings:
dockerfile: Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
ref:
- refs/pull/**
@ -195,6 +191,6 @@ depends_on:
---
kind: signature
hmac: 63707fff1636eda54bb525e5008a3813c091051c1b827dc6870f3fb9166060bf
hmac: 59397086601e0eb3eb316c63633b2fa0acfd480e370013e605031fda92537310
...