uncomment drone config
This commit is contained in:
parent
89b8631249
commit
17e187722b
40
.drone.yml
40
.drone.yml
@ -1,20 +1,20 @@
|
|||||||
# ---
|
---
|
||||||
# kind: template
|
kind: template
|
||||||
# load: multiarch-container.yaml
|
load: multiarch-container.yaml
|
||||||
# data:
|
data:
|
||||||
# repo: images/rotate-backups
|
repo: images/rotate-backups
|
||||||
# source:
|
source:
|
||||||
# repo: https://gitea.jbrumond.me/images/rotate-backups
|
repo: https://gitea.jbrumond.me/images/rotate-backups
|
||||||
# ref: master
|
ref: master
|
||||||
# build_args:
|
build_args:
|
||||||
# - PYTHON_VERSION=3
|
- PYTHON_VERSION=3
|
||||||
# - ALPINE_VERSION=3.18
|
- ALPINE_VERSION=3.18
|
||||||
# - ROTATE_BACKUPS_VERSION=8.1
|
- ROTATE_BACKUPS_VERSION=8.1
|
||||||
# tags:
|
tags:
|
||||||
# - "8.1"
|
- "8.1"
|
||||||
# - "8"
|
- "8"
|
||||||
# platforms:
|
platforms:
|
||||||
# - os: linux
|
- os: linux
|
||||||
# arch: arm64
|
arch: arm64
|
||||||
# - os: linux
|
- os: linux
|
||||||
# arch: amd64
|
arch: amd64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user