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"
repo: "gitea.nulo.in/sutty/CHANGEME"
tags: tags:
- "${ALPINE_VERSION}" - ${ALPINE_VERSION}
- "latest" - latest
build_args: build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}" - ALPINE_VERSION=${ALPINE_VERSION}
- "BASE_IMAGE=gitea.nulo.in/sutty/monit" - BASE_IMAGE=registry.nulo.in/sutty/monit
password: username: sutty
from_secret: "DOCKER_PASSWORD" secrets:
- 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>"