This commit is contained in:
parent
ec3f49961a
commit
c8f1740c54
10
.drone.yml
10
.drone.yml
@ -12,11 +12,11 @@ steps:
|
|||||||
repo: harbor.hq.rosti.cz/library/builder
|
repo: harbor.hq.rosti.cz/library/builder
|
||||||
tag: 35
|
tag: 35
|
||||||
commands:
|
commands:
|
||||||
- echo "$password" | podman login -u $username --password-stdin harbor.hq.rosti.cz
|
- echo "$password" | docker login -u $username --password-stdin harbor.hq.rosti.cz
|
||||||
- podman build -t $repo:$tag .
|
- docker build -t $repo:$tag .
|
||||||
- podman tag $repo:$tag $repo:latest
|
- docker tag $repo:$tag $repo:latest
|
||||||
- podman push $repo:$tag
|
- docker push $repo:$tag
|
||||||
- podman push $repo:latest
|
- docker push $repo:latest
|
||||||
|
|
||||||
# - name: build&push
|
# - name: build&push
|
||||||
# image: plugins/docker
|
# image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user