test
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-01-31 12:56:56 +01:00
parent 73fdd260ba
commit 12c8993916
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ steps:
build_and_release: build_and_release:
image: maltegrosse/plugin-kaniko:latest image: maltegrosse/plugin-kaniko:latest
pull: true pull: true
environment: # environment:
- CTAG="2.0.0," # - CTAG="2.0.0,"
settings: settings:
registry: git.sandbox.iuk.hdm-stuttgart.de registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterhub repo: grosse/jupyterhub
tags: ${CTAG} tags: 2.0.0
dockerfile: Dockerfile dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username