5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-20 00:50:49 +00:00

feat: generar imágenes públicas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-06 11:19:33 -03:00
parent 59e97ef685
commit dd3ef04fc4

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/"
@ -66,6 +66,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"