5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-08 20:57:04 +00:00
panel/.woodpecker.yml

34 lines
828 B
YAML
Raw Permalink Normal View History

2022-04-13 15:31:36 +00:00
pipeline:
publish:
2023-04-06 14:19:33 +00:00
image: "docker.io/woodpeckerci/plugin-docker-buildx"
2022-04-13 15:31:36 +00:00
settings:
2023-04-06 14:19:33 +00:00
registry: "gitea.nulo.in"
2023-03-14 22:15:26 +00:00
username: "sutty"
2023-04-06 14:19:33 +00:00
repo: "gitea.nulo.in/sutty/panel"
2022-04-13 15:31:36 +00:00
tags:
2023-04-11 19:37:24 +00:00
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}-${CI_COMMIT_BRANCH}"
2023-03-14 22:15:26 +00:00
- "latest"
2022-04-13 15:31:36 +00:00
build_args:
2023-03-14 22:15:26 +00:00
- "RUBY_VERSION=${RUBY_VERSION}"
- "RUBY_PATCH=${RUBY_PATCH}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
2023-04-06 14:19:33 +00:00
- "BASE_IMAGE=gitea.nulo.in/sutty/rails"
2022-04-13 15:31:36 +00:00
purge: false
secrets:
2023-04-06 14:19:33 +00:00
- "DOCKER_PASSWORD"
2022-04-13 15:31:36 +00:00
when:
2022-04-13 15:37:13 +00:00
branch:
2023-03-14 22:15:26 +00:00
- "rails"
- "17.3.alpine.panel.sutty.nl"
2023-03-14 22:15:26 +00:00
event: "push"
path:
include:
- "Dockerfile"
- ".dockerignore"
2023-04-11 19:39:10 +00:00
- ".woodpecker.yml"
2022-04-13 15:31:36 +00:00
matrix:
include:
2023-05-20 17:19:28 +00:00
- ALPINE_VERSION: "3.17.3"
RUBY_VERSION: "3.1"
RUBY_PATCH: "4"