Files
bumpversion/.drone.yml
Ruslan Popov 210ed25805
All checks were successful
continuous-integration/drone/tag Build is passing
[skip ci] Bump version: 0.1.0 → 0.1.1
2025-04-04 00:41:16 +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: 0.1.1
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