Compare commits

..

No commits in common. "aa1f2f59761106fb0e7daf9862a4e0917ae053b5" and "2f2aabf364ec9b5056f21fa67d57c70e2a5d35e8" have entirely different histories.

View File

@ -4,28 +4,16 @@ name: image building
steps: steps:
- name: build&push - name: build&push
image: plugins/docker image: harbor.hq.rosti.cz/library/builder:35
settings: environment:
username: robot$library+droneci username: robot$library+droneci
password: password:
from_secret: repo_password from_secret: repo_password
repo: harbor.hq.rosti.cz/library/builder repo: harbor.hq.rosti.cz/library/builder
registry: harbor.hq.rosti.cz tag: 35
tags: commands:
- 35 - echo $password | podman login -u $username --password-stdin harbor.hq.rosti.cz
- latest - podman build -t $repo:$tag .
- podman tag $repo:$tag $repo:latest
# - name: build&push - podman push $repo:$tag
# image: harbor.hq.rosti.cz/library/builder:35 - podman push $repo:latest
# environment:
# username: robot$library+droneci
# password:
# from_secret: repo_password
# repo: harbor.hq.rosti.cz/library/builder
# tag: 35
# commands:
# - echo "$password" | podman login -u $username --password-stdin harbor.hq.rosti.cz
# - podman build -t $repo:$tag .
# - podman tag $repo:$tag $repo:latest
# - podman push $repo:$tag
# - podman push $repo:latest