Compare commits
5 commits
f69ccf1f03
...
b8d4f03830
Author | SHA1 | Date | |
---|---|---|---|
b8d4f03830 | |||
78d540a35b | |||
63d35cc7ca | |||
5ad4b31cfc | |||
494ae6874d |
5 changed files with 20 additions and 13 deletions
|
@ -2,6 +2,11 @@ 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:
|
||||||
|
|
|
@ -6,6 +6,9 @@ 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'
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
when:
|
||||||
|
event: [tag, push, manual]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:18-alpine
|
image: docker.io/node:18-alpine
|
||||||
|
|
|
@ -6,18 +6,14 @@ 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:2.3.0
|
image: woodpeckerci/plugin-docker-buildx:4.1.0
|
||||||
settings:
|
settings:
|
||||||
registry: rg.fr-par.scw.cloud/hamburghammer
|
registry: rg.fr-par.scw.cloud/hamburghammer
|
||||||
username: nologin
|
username: nologin
|
||||||
|
@ -38,7 +34,7 @@ steps:
|
||||||
exclude: [main]
|
exclude: [main]
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: woodpeckerci/plugin-docker-buildx:2.3.0
|
image: woodpeckerci/plugin-docker-buildx:4.1.0
|
||||||
settings:
|
settings:
|
||||||
registry: rg.fr-par.scw.cloud/hamburghammer
|
registry: rg.fr-par.scw.cloud/hamburghammer
|
||||||
username: nologin
|
username: nologin
|
||||||
|
@ -55,3 +51,4 @@ 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]
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
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:2.3.0
|
image: woodpeckerci/plugin-docker-buildx:4.1.0
|
||||||
settings:
|
settings:
|
||||||
registry: rg.fr-par.scw.cloud/hamburghammer
|
registry: rg.fr-par.scw.cloud/hamburghammer
|
||||||
username: nologin
|
username: nologin
|
||||||
|
|
Loading…
Reference in a new issue