Compare commits

...

1 commit

Author SHA1 Message Date
2193f3215c ci: Remove docker build target
Some checks failed
ci/woodpecker/push/java Pipeline was successful
ci/woodpecker/push/oci-image-build Pipeline failed
It no longer exists.
2024-11-29 20:01:57 +01:00

View file

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