uncomment drone config
Some checks failed
Build and publish container images / build-and-publish (push) Failing after 7s
continuous-integration/drone/push Build is failing

This commit is contained in:
James Brumond 2023-08-16 13:23:23 -07:00
parent 89b8631249
commit 17e187722b
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -1,20 +1,20 @@
# ---
# kind: template
# load: multiarch-container.yaml
# data:
# repo: images/rotate-backups
# source:
# repo: https://gitea.jbrumond.me/images/rotate-backups
# ref: master
# build_args:
# - PYTHON_VERSION=3
# - ALPINE_VERSION=3.18
# - ROTATE_BACKUPS_VERSION=8.1
# tags:
# - "8.1"
# - "8"
# platforms:
# - os: linux
# arch: arm64
# - os: linux
# arch: amd64
---
kind: template
load: multiarch-container.yaml
data:
repo: images/rotate-backups
source:
repo: https://gitea.jbrumond.me/images/rotate-backups
ref: master
build_args:
- PYTHON_VERSION=3
- ALPINE_VERSION=3.18
- ROTATE_BACKUPS_VERSION=8.1
tags:
- "8.1"
- "8"
platforms:
- os: linux
arch: arm64
- os: linux
arch: amd64