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

This commit is contained in:
Robert Kaussow 2022-05-20 15:34:22 +02:00
parent d994dafdb9
commit b4eefd68e7
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: ca041203f61f0275d3f2e6a830a7a92b881392a0b6d95f50e2eb05d65e5cc980
hmac: 5e5b987792993e73319895c39faae1f736fbcfc7f80764f623b3b93c02ec7f15
...