Compare commits
No commits in common. "b8d4f03830110c58bb4744d1ca3c40ff4eb7efc8" and "f69ccf1f03f43337000550d0cd8c63361c71cffe" have entirely different histories.
b8d4f03830
...
f69ccf1f03
5 changed files with 13 additions and 20 deletions
|
@ -2,11 +2,6 @@ depends_on:
|
|||
- oci-image-build
|
||||
|
||||
skip_clone: true
|
||||
# runs always
|
||||
runs_on: [ success, failure ]
|
||||
|
||||
when:
|
||||
event: [tag, push, manual]
|
||||
|
||||
steps:
|
||||
delete-tag:
|
||||
|
|
|
@ -6,9 +6,6 @@ matrix:
|
|||
- migration
|
||||
- monolith
|
||||
|
||||
when:
|
||||
event: [tag, push, manual]
|
||||
|
||||
variables:
|
||||
- &image 'docker.io/maven:3.9-eclipse-temurin-21'
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
when:
|
||||
event: [tag, push, manual]
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: docker.io/node:18-alpine
|
||||
|
|
|
@ -6,14 +6,18 @@ matrix:
|
|||
- ui
|
||||
- monolith
|
||||
PLATFORM:
|
||||
- linux/amd64
|
||||
# - linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
depends_on:
|
||||
- oci-image-cache-build
|
||||
|
||||
steps:
|
||||
build-only:
|
||||
image: woodpeckerci/plugin-docker-buildx:4.1.0
|
||||
image: woodpeckerci/plugin-docker-buildx:2.3.0
|
||||
settings:
|
||||
registry: rg.fr-par.scw.cloud/hamburghammer
|
||||
username: nologin
|
||||
|
@ -34,7 +38,7 @@ steps:
|
|||
exclude: [main]
|
||||
|
||||
build:
|
||||
image: woodpeckerci/plugin-docker-buildx:4.1.0
|
||||
image: woodpeckerci/plugin-docker-buildx:2.3.0
|
||||
settings:
|
||||
registry: rg.fr-par.scw.cloud/hamburghammer
|
||||
username: nologin
|
||||
|
@ -51,4 +55,3 @@ steps:
|
|||
- SETUP_IMAGE=rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image:${CI_PIPELINE_NUMBER}
|
||||
when:
|
||||
- branch: main
|
||||
event: [push, tag, manual]
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
matrix:
|
||||
PLATFORM:
|
||||
- linux/amd64
|
||||
# - linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
depends_on:
|
||||
- java
|
||||
- nodejs
|
||||
|
||||
when:
|
||||
event: [tag, push, manual]
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: woodpeckerci/plugin-docker-buildx:4.1.0
|
||||
image: woodpeckerci/plugin-docker-buildx:2.3.0
|
||||
settings:
|
||||
registry: rg.fr-par.scw.cloud/hamburghammer
|
||||
username: nologin
|
||||
|
|
Loading…
Reference in a new issue