Compare commits

..

No commits in common. "antifascista" and "3dfc34388c5c2d8931dc79c471eb3e3f94b0ad48" have entirely different histories.

2 changed files with 22 additions and 24 deletions

View file

@ -1,24 +1,22 @@
steps:
pipeline:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/CHANGEME"
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/CHANGEME
tags:
- "${ALPINE_VERSION}"
- "latest"
- ${ALPINE_VERSION}
- latest
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
password:
from_secret: "DOCKER_PASSWORD"
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
secrets:
- docker_password
when:
branch: "antifascista"
event: "push"
branch: antifascista
event: push
matrix:
include:
- ALPINE_VERSION: "3.20.3"
- ALPINE_VERSION: "3.19.4"
- ALPINE_VERSION: "3.18.9"
- ALPINE_VERSION: "3.17.10"
ALPINE_VERSION:
- 3.13.6
- 3.14.2

View file

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
LABEL org.opencontainers.image.authors="f@sutty.nl"
MAINTAINER "f <f@sutty.nl>"