2 Commits
v2 ... v2.1

Author SHA1 Message Date
a14758ec79 drone update
All checks were successful
continuous-integration/drone/tag Build is passing
2021-12-12 12:42:12 +01:00
0e8be5e57d OS upgrade 2021-12-12 12:40:01 +01:00
2 changed files with 15 additions and 25 deletions

View File

@@ -1,33 +1,23 @@
kind: pipeline kind: pipeline
type: docker
name: default name: default
steps: steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
daemon_off: false
dry_run: true
repo: paspo/sip-recorder
tags:
- latest
when:
event:
exclude:
- tag
- name: build_and_publish - name: build_and_publish
image: plugins/docker:linux-amd64 image: plugins/docker:linux-amd64
pull: always
settings: settings:
daemon_off: false
password:
from_secret: docker_password
repo: paspo/sip-recorder
tags:
- latest
username: username:
from_secret: docker_username from_secret: docker_username
when: password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/sip-recorder
tags:
- latest
- ${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
trigger:
event: event:
- tag - tag

View File

@@ -1,4 +1,4 @@
FROM alpine:3.9 FROM alpine:3.15
RUN apk -U add asterisk RUN apk -U add asterisk