Compare commits
39 commits
3dfc34388c
...
antifascis
Author | SHA1 | Date | |
---|---|---|---|
|
0e8b6ac71a | ||
|
fc1a12e592 | ||
|
000ac53f39 | ||
|
41354bbc95 | ||
|
c0e6b8150b | ||
|
f7da597784 | ||
|
b99a8111d8 | ||
|
aa086a76af | ||
|
2a72840be0 | ||
|
397dff920a | ||
|
e66b364db7 | ||
|
b921379aa0 | ||
|
8dd7d4605a | ||
|
d11e588f03 | ||
|
5085c7e8df | ||
|
1233c89aff | ||
|
3dde92d4de | ||
|
3e098e8c24 | ||
|
582b83d3fa | ||
|
5d35cad642 | ||
|
fedf64f2b9 | ||
|
24c31e7eb8 | ||
|
da19bd76f8 | ||
|
1068b67884 | ||
|
434501ef54 | ||
|
dcf07f90e7 | ||
|
4aa380ee62 | ||
|
c4d0c8ac35 | ||
|
b0dadddbb0 | ||
|
c1e94bd27f | ||
|
0b354f4fea | ||
|
9c4de359fb | ||
|
c90ba65374 | ||
|
4ac1583bcb | ||
|
deaa49652f | ||
|
e565c1380a | ||
|
65304feb56 | ||
|
a299ab663f | ||
|
9a9ee411da |
2 changed files with 24 additions and 22 deletions
|
@ -1,22 +1,24 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
||||||
registry: registry.nulo.in
|
settings:
|
||||||
repo: registry.nulo.in/sutty/CHANGEME
|
registry: "https://gitea.nulo.in"
|
||||||
|
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=registry.nulo.in/sutty/monit
|
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
|
||||||
username: sutty
|
password:
|
||||||
secrets:
|
from_secret: "DOCKER_PASSWORD"
|
||||||
- docker_password
|
|
||||||
when:
|
when:
|
||||||
branch: antifascista
|
branch: "antifascista"
|
||||||
event: push
|
event: "push"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
include:
|
||||||
- 3.13.6
|
- ALPINE_VERSION: "3.20.3"
|
||||||
- 3.14.2
|
- ALPINE_VERSION: "3.19.4"
|
||||||
|
- ALPINE_VERSION: "3.18.9"
|
||||||
|
- ALPINE_VERSION: "3.17.10"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG ALPINE_VERSION=3.13.6
|
ARG ALPINE_VERSION=3.18.3
|
||||||
ARG BASE_IMAGE=sutty/monit
|
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||||
|
|
Loading…
Reference in a new issue