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:19 +02:00
parent c0151ed914
commit 8730b81acd
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: e71a00cf81ab915d0e680d8b39634a8b4587e3ff4890920008aab27b321be387
hmac: 5b86f7686fa6b01ec6cf143087e1328b3fd45a774d704647c55ef5ff482c781a
...