Compare commits

...

2 commits

Author SHA1 Message Date
d343c53dce ci: Fix file naming
Some checks failed
ci/woodpecker/push/java Pipeline was successful
ci/woodpecker/push/oci-image-build Pipeline failed
This should make them discoverable again.
2024-11-29 19:54:00 +01:00
689644d28b ci: Remove unneeded steps
The setup is now simpler without all the dependencies.
2024-11-29 19:52:51 +01:00
4 changed files with 2 additions and 51 deletions

View file

@ -1,13 +1,12 @@
matrix:
MODULE:
- bot
- discord
when:
event: [tag, push, manual]
variables:
- &image 'docker.io/maven:3.9-eclipse-temurin-21'
- &image 'docker.io/maven:3.9-eclipse-temurin-23-alpine'
steps:
compile:

View file

@ -5,7 +5,7 @@ matrix:
- linux/amd64
depends_on:
- oci-image-cache-build
- java
steps:
build-only:
@ -22,8 +22,6 @@ steps:
pull_image: false
platforms: ${PLATFORM}
dry-run: true
build_args:
- SETUP_IMAGE=rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image:${CI_PIPELINE_NUMBER}
when:
- event: [push, manual]
branch:
@ -43,8 +41,6 @@ steps:
pull_image: false
platforms: ${PLATFORM}
auto_tag: true
build_args:
- SETUP_IMAGE=rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image:${CI_PIPELINE_NUMBER}
when:
- branch: main
event: [push, tag, manual]

View file

@ -1,20 +0,0 @@
depends_on:
- oci-image-build
skip_clone: true
# runs always
runs_on: [ success, failure ]
when:
event: [tag, push, manual]
steps:
delete-tag:
image: rg.fr-par.scw.cloud/hamburghammer/scaleway-delete-image-plugin
pull: true
settings:
token:
from_secret: docker_token
image-name: dchat/setup-image
tag: "${CI_PIPELINE_NUMBER}"
region: fr-par

View file

@ -1,24 +0,0 @@
matrix:
PLATFORM:
- linux/amd64
depends_on:
- java
when:
event: [tag, push, manual]
steps:
build:
image: woodpeckerci/plugin-docker-buildx:4.1.0
settings:
registry: rg.fr-par.scw.cloud/hamburghammer
username: nologin
password:
from_secret: docker_token
dockerfile: Dockerfile
target: setup-image
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image
tag: "${CI_PIPELINE_NUMBER}"
pull_image: false
platforms: ${PLATFORM}