Tom Neuber
3b47057ffa
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m29s
testing / frontend-checks (pull_request) Successful in 1m26s
/ release-notes (pull_request_target) Has been skipped
ci/woodpecker/push/build Pipeline was successful
testing / test-unit (pull_request) Successful in 7m26s
testing / test-e2e (pull_request) Successful in 2m47s
testing / test-mysql (pull_request) Successful in 31m57s
testing / test-pgsql (pull_request) Successful in 38m25s
testing / test-sqlite (pull_request) Successful in 32m14s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Successful in 2m26s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Successful in 2m23s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Successful in 2m32s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Successful in 2m36s
testing / security-check (pull_request) Successful in 1m5s
38 lines
860 B
YAML
38 lines
860 B
YAML
---
|
|
steps:
|
|
- name: build (prod)
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
registry: git.ar21.de
|
|
username:
|
|
from_secret: REGISTRY_USER
|
|
password:
|
|
from_secret: REGISTRY_PASS
|
|
repo: git.ar21.de/tom/forkjo
|
|
platforms:
|
|
- linux/amd64
|
|
tags:
|
|
- latest
|
|
- ${CI_PIPELINE_NUMBER}
|
|
when:
|
|
- branch: forgejo
|
|
event: push
|
|
|
|
- name: build (experimental)
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
registry: git.ar21.de
|
|
username:
|
|
from_secret: REGISTRY_USER
|
|
password:
|
|
from_secret: REGISTRY_PASS
|
|
repo: git.ar21.de/tom/forkjo
|
|
platforms:
|
|
- linux/amd64
|
|
tags:
|
|
- experimental
|
|
- experimental-${CI_PIPELINE_NUMBER}
|
|
when:
|
|
- branch:
|
|
exclude: forgejo
|
|
event: push
|