Merge pull request 'staging' (#1) from staging into main

Reviewed-on: https://git.voidcorp.nl/j00lz/galerie-site/pulls/1
pull/2/head^2
Julius 2021-11-14 15:19:25 +01:00
commit fae1586271
1 changed files with 4 additions and 4 deletions

View File

@ -10,14 +10,14 @@ trigger:
steps:
- name: kaniko
image: ghcr.io/finitum/drone-kaniko:0.10.0
image: plugins/kaniko
settings:
cache: true
enable-cache: true
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASSWORD
registry: registry.voidcorp.nl
repo: library/galerie
registry: https://registry.voidcorp.nl/
repo: registry.voidcorp.nl/library/galerie
tags: ${DRONE_COMMIT_BRANCH}