Compare commits

..

No commits in common. "b8d4f03830110c58bb4744d1ca3c40ff4eb7efc8" and "f69ccf1f03f43337000550d0cd8c63361c71cffe" have entirely different histories.

5 changed files with 13 additions and 20 deletions

View file

@ -2,11 +2,6 @@ depends_on:
- oci-image-build - oci-image-build
skip_clone: true skip_clone: true
# runs always
runs_on: [ success, failure ]
when:
event: [tag, push, manual]
steps: steps:
delete-tag: delete-tag:

View file

@ -6,9 +6,6 @@ matrix:
- migration - migration
- monolith - monolith
when:
event: [tag, push, manual]
variables: variables:
- &image 'docker.io/maven:3.9-eclipse-temurin-21' - &image 'docker.io/maven:3.9-eclipse-temurin-21'

View file

@ -1,6 +1,3 @@
when:
event: [tag, push, manual]
steps: steps:
build: build:
image: docker.io/node:18-alpine image: docker.io/node:18-alpine

View file

@ -6,14 +6,18 @@ matrix:
- ui - ui
- monolith - monolith
PLATFORM: PLATFORM:
- linux/amd64 # - linux/amd64
- linux/arm64
labels:
platform: linux/amd64
depends_on: depends_on:
- oci-image-cache-build - oci-image-cache-build
steps: steps:
build-only: build-only:
image: woodpeckerci/plugin-docker-buildx:4.1.0 image: woodpeckerci/plugin-docker-buildx:2.3.0
settings: settings:
registry: rg.fr-par.scw.cloud/hamburghammer registry: rg.fr-par.scw.cloud/hamburghammer
username: nologin username: nologin
@ -34,7 +38,7 @@ steps:
exclude: [main] exclude: [main]
build: build:
image: woodpeckerci/plugin-docker-buildx:4.1.0 image: woodpeckerci/plugin-docker-buildx:2.3.0
settings: settings:
registry: rg.fr-par.scw.cloud/hamburghammer registry: rg.fr-par.scw.cloud/hamburghammer
username: nologin username: nologin
@ -51,4 +55,3 @@ steps:
- SETUP_IMAGE=rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image:${CI_PIPELINE_NUMBER} - SETUP_IMAGE=rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image:${CI_PIPELINE_NUMBER}
when: when:
- branch: main - branch: main
event: [push, tag, manual]

View file

@ -1,17 +1,18 @@
matrix: matrix:
PLATFORM: PLATFORM:
- linux/amd64 # - linux/amd64
- linux/arm64
labels:
platform: linux/amd64
depends_on: depends_on:
- java - java
- nodejs - nodejs
when:
event: [tag, push, manual]
steps: steps:
build: build:
image: woodpeckerci/plugin-docker-buildx:4.1.0 image: woodpeckerci/plugin-docker-buildx:2.3.0
settings: settings:
registry: rg.fr-par.scw.cloud/hamburghammer registry: rg.fr-par.scw.cloud/hamburghammer
username: nologin username: nologin