sign drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-22 15:18:33 +01:00
parent b3e147b557
commit 2effc7c5ef
1 changed files with 6 additions and 6 deletions

View File

@ -11,12 +11,12 @@ steps:
image: plugins/docker
settings:
build_args:
- FRESHRSS_VERSION=${DRONE_TAG%-*}
- BUILD_VERSION=${DRONE_TAG%-*}
dockerfile: Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: xoxys/freshrss
repo: xoxys/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
@ -29,11 +29,11 @@ steps:
auto_tag: true
auto_tag_suffix: amd64
build_args:
- FRESHRSS_VERSION=${DRONE_TAG%-*}
- BUILD_VERSION=${DRONE_TAG%-*}
dockerfile: Dockerfile
password:
from_secret: docker_password
repo: xoxys/freshrss
repo: xoxys/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
@ -86,7 +86,7 @@ steps:
environment:
DOCKERHUB_PASSWORD:
from_secret: docker_password
DOCKERHUB_REPO_NAME: freshrss
DOCKERHUB_REPO_NAME: ${DRONE_REPO_NAME}
DOCKERHUB_REPO_PREFIX: xoxys
DOCKERHUB_USERNAME:
from_secret: docker_username
@ -126,6 +126,6 @@ depends_on:
---
kind: signature
hmac: 937a518f88c278f03efd7275457767212aeae51183cfa35751b5fb302a8c93dc
hmac: ef7295f9a2cf94dc557898ef6fb2f9d02dc4fe2aca57da40a0dbe08168c2b0ee
...