Compare commits

...

2 commits

Author SHA1 Message Date
b63c89c6e9 build: Set dockerfile syntax to 1
All checks were successful
ci/woodpecker/push/java Pipeline was successful
ci/woodpecker/push/oci-image-build Pipeline was successful
This should include the 1.4 and all later versions.
The latest version is 1.12.0 so there is a lot of fixes that we where
missing.
2024-11-29 20:08:18 +01:00
cdcd4d0e42 ci: Remove docker build target
It no longer exists.
2024-11-29 20:04:43 +01:00
2 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,4 @@
matrix:
TARGET:
- bot
PLATFORM:
- linux/amd64
@ -16,8 +14,7 @@ steps:
password:
from_secret: docker_token
dockerfile: Dockerfile
target: ${TARGET}
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
tags: latest
pull_image: false
platforms: ${PLATFORM}
@ -35,8 +32,7 @@ steps:
password:
from_secret: docker_token
dockerfile: Dockerfile
target: ${TARGET}
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
tags: latest
pull_image: false
platforms: ${PLATFORM}

View file

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.4.0
# syntax=docker/dockerfile:1
ARG MAVEN_CLI_OPTS="--batch-mode --no-transfer-progress -Dmaven.test.skip"
# Copy all project files