Files
bumpversion/.drone.yml
Ruslan Popov 027b69c1f6
Some checks failed
continuous-integration/drone/push Build is failing
Bump version
2025-12-24 12:01:49 +03:00

31 lines
540 B
YAML

---
kind: pipeline
type: docker
name: bumpversion
platform:
os: linux
arch: amd64
steps:
- name: image-build
image: plugins/docker
volumes:
- name: docker-sock
path: /var/run/docker.sock
settings:
dockerfile: Dockerfile
tags: 1.0.0
force_tag: true
registry: registry.halfakop.ru
repo: registry.halfakop.ru/golang/bumpversion
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
volumes:
- name: docker-sock
host:
path: /var/run/docker.sock