5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 11:26:08 +00:00

Merge branch 'ci' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-06 11:20:03 -03:00
commit b5aecd2136

View file

@ -1,10 +1,10 @@
pipeline:
publish:
image: "plugins/docker"
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "registry.nulo.in"
registry: "gitea.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/panel"
repo: "gitea.nulo.in/sutty/panel"
tags:
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- "latest"
@ -12,10 +12,10 @@ pipeline:
- "RUBY_VERSION=${RUBY_VERSION}"
- "RUBY_PATCH=${RUBY_PATCH}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=registry.nulo.in/sutty/rails"
- "BASE_IMAGE=gitea.nulo.in/sutty/rails"
purge: false
secrets:
- "docker_password"
- "DOCKER_PASSWORD"
when:
branch:
- "rails"
@ -26,7 +26,7 @@ pipeline:
- "Dockerfile"
- ".dockerignore"
assets:
image: "registry.nulo.in/sutty/panel:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
image: "gitea.nulo.in/sutty/panel:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
commands:
- "apk add python2 dotenv openssh-client brotli"
- "install -d -m 700 ~/.ssh/"
@ -64,6 +64,6 @@ pipeline:
- "yarn.lock"
matrix:
include:
- ALPINE_VERSION: "3.14.8"
- ALPINE_VERSION: "3.14.10"
RUBY_VERSION: "2.7"
RUBY_PATCH: "6"
RUBY_PATCH: "8"