docker/.woodpecker/publish-rust-ci-image.yml
Victor Martinez Montané b2fcf71157 feat: refactor scripts & bump versions (#1)
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
Reviewed-on: https://codeberg.org/JasterV/docker/pulls/1
2026-04-23 01:52:28 +02:00

16 lines
438 B
YAML

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