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: publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx" image: plugins/docker
settings: registry: registry.nulo.in
registry: "https://gitea.nulo.in" repo: registry.nulo.in/sutty/CHANGEME
username: "sutty" tags:
repo: "gitea.nulo.in/sutty/CHANGEME" - ${ALPINE_VERSION}
tags: - latest
- "${ALPINE_VERSION}" build_args:
- "latest" - ALPINE_VERSION=${ALPINE_VERSION}
build_args: - BASE_IMAGE=registry.nulo.in/sutty/monit
- "ALPINE_VERSION=${ALPINE_VERSION}" username: sutty
- "BASE_IMAGE=gitea.nulo.in/sutty/monit" secrets:
password: - docker_password
from_secret: "DOCKER_PASSWORD"
when: when:
branch: "antifascista" branch: antifascista
event: "push" event: push
matrix: matrix:
include: ALPINE_VERSION:
- ALPINE_VERSION: "3.20.3" - 3.13.6
- ALPINE_VERSION: "3.19.4" - 3.14.2
- ALPINE_VERSION: "3.18.9"
- ALPINE_VERSION: "3.17.10"

View file

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