Dockerize
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-29 20:20:36 +03:00
parent 0443ac83d9
commit 0a589543ec
5 changed files with 62 additions and 2 deletions

30
.drone.yml Normal file
View File

@@ -0,0 +1,30 @@
---
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.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