feat: move all images to codeberg registry\

This commit is contained in:
JasterV 2026-03-06 23:35:07 +01:00
parent 190238b715
commit 91edabe051
3 changed files with 27 additions and 26 deletions

View file

@ -1,16 +1,17 @@
when: when:
event: [push, manual] event: [push, manual]
branch: main branch: main
path: ["release-plz/base.Dockerfile"] path:
["release-plz/base.Dockerfile", ".woodpecker/publish-release-plz-image.yml"]
steps: steps:
publish: build-latest-container:
image: plugins/kaniko image: woodpeckerci/plugin-docker-buildx:6.0.3
settings: settings:
repo: jasterv/release-plz registry: codeberg.org
tags: 0.3.156,0.3,latest username: ${CI_REPO_OWNER}
username:
from_secret: DOCKERHUB_USERNAME
password: password:
from_secret: DOCKERHUB_PASSWORD from_secret: CONTAINER_REGISTRY_TOKEN
dockerfile: release-plz/base.Dockerfile repo: codeberg.org/jasterv/release-plz
dockerfile: "release-plz/base.Dockerfile"
tags: 0.3.156,0.3,latest

View file

@ -1,16 +1,16 @@
when: when:
event: [push, manual] event: [push, manual]
branch: main branch: main
path: ["rust/Dockerfile"] path: ["rust/Dockerfile", ".woodpecker/publish-rust-ci-image.yml"]
steps: steps:
publish: build-latest-container:
image: plugins/kaniko image: woodpeckerci/plugin-docker-buildx:6.0.3
settings: settings:
repo: jasterv/rust-ci registry: codeberg.org
tags: 1.93,latest username: ${CI_REPO_OWNER}
username:
from_secret: DOCKERHUB_USERNAME
password: password:
from_secret: DOCKERHUB_PASSWORD from_secret: CONTAINER_REGISTRY_TOKEN
dockerfile: rust/Dockerfile repo: codeberg.org/jasterv/rust-ci
dockerfile: "rust/Dockerfile"
tags: 1.93,latest

View file

@ -9,13 +9,13 @@ when:
] ]
steps: steps:
publish: build-latest-container:
image: plugins/kaniko image: woodpeckerci/plugin-docker-buildx:6.0.3
settings: settings:
repo: jasterv/rust-magic-release registry: codeberg.org
tags: 1.93,latest username: ${CI_REPO_OWNER}
username:
from_secret: DOCKERHUB_USERNAME
password: password:
from_secret: DOCKERHUB_PASSWORD from_secret: CONTAINER_REGISTRY_TOKEN
dockerfile: rust/magic-release.Dockerfile repo: codeberg.org/jasterv/rust-magic-release
dockerfile: "rust/magic-release.Dockerfile"
tags: 1.93,latest