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 3 deletions

View file

@ -14,7 +14,7 @@ steps:
password: password:
from_secret: docker_token from_secret: docker_token
dockerfile: Dockerfile dockerfile: Dockerfile
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET} repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
tags: latest tags: latest
pull_image: false pull_image: false
platforms: ${PLATFORM} platforms: ${PLATFORM}
@ -32,7 +32,7 @@ steps:
password: password:
from_secret: docker_token from_secret: docker_token
dockerfile: Dockerfile dockerfile: Dockerfile
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET} repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
tags: latest tags: latest
pull_image: false pull_image: false
platforms: ${PLATFORM} 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" ARG MAVEN_CLI_OPTS="--batch-mode --no-transfer-progress -Dmaven.test.skip"
# Copy all project files # Copy all project files