Compare commits

...

2 commits

Author SHA1 Message Date
86a400160e Change image repository to scaleway
Some checks failed
ci/woodpecker/push/build Pipeline failed
2023-10-17 19:20:26 +02:00
2ae5424066 Reenable amd image build in CI 2023-10-17 19:20:00 +02:00

View file

@ -1,6 +1,6 @@
matrix: matrix:
platform: platform:
# - linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
TARGET: TARGET:
- bot - bot
@ -22,6 +22,6 @@ pipeline:
from_secret: docker_token from_secret: docker_token
dockerfile: Dockerfile dockerfile: Dockerfile
target: ${TARGET} target: ${TARGET}
repo: git.hhhammer.de/hamburghammer/dchat/${TARGET} repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
tags: latest tags: latest
pull_image: false pull_image: false