This commit is contained in:
Stephan Schnabel 2025-06-20 10:24:47 +02:00
parent 8bf7143546
commit 5e5f7a4026
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -15,12 +15,6 @@ variables:
"https://index.docker.io/v1/": "https://index.docker.io/v1/":
username: {from_secret: docker_io_username} username: {from_secret: docker_io_username}
password: {from_secret: docker_io_password} password: {from_secret: docker_io_password}
ghcr.io:
username: {from_secret: ghcr_io_username}
password: {from_secret: ghcr_io_password}
registry.kokuwa.io:
username: {from_secret: kokuwa_io_username}
password: {from_secret: kokuwa_io_password}
annotation: &annotation annotation: &annotation
org.opencontainers.image.title: Docker CLI for WoodpeckerCI org.opencontainers.image.title: Docker CLI for WoodpeckerCI
org.opencontainers.image.description: Docker CLI for usage in WoodpeckerCI. org.opencontainers.image.description: Docker CLI for usage in WoodpeckerCI.