rumprobieren mit variablen

This commit is contained in:
Lucas Pleß 2022-09-04 15:55:21 +02:00
parent a371c0209f
commit 901f7f68c8
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ steps:
- name: docker bauen - name: docker bauen
image: plugins/docker image: plugins/docker
environment: environment:
accesstoken: passwd:
from_secret: accesstoken from_secret: dockerhub_password
settings: settings:
username: ctdo username: ctdo
password: $accesstoken password: $passwd
repo: ctdo/raumstatus repo: ctdo/raumstatus
tags: latest tags: latest
dry_run: true dry_run: true