dynv6-update/.woodpecker/build.yaml
Leopold 7a479f18b9
Some checks failed
ci/woodpecker/push/build Pipeline failed
added Containerfile to ci
2025-04-25 02:34:20 +02:00

20 lines
479 B
YAML

when:
- event: push
branch: main
steps:
- name: publish
image: woodpeckerci/plugin-kaniko
settings:
platforms: linux/amd64
repo: git.sakoma.wang/llamprecht/dynv6-update
registry: git.sakoma.wang
tags: ${CI_COMMIT_SHA}
cache: true
username: llamprecht
build_args:
- DOCKERFILE="Containerfile"
- COMMIT_SHA=${CI_COMMIT_SHA}
- COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
password:
from_secret: container_registry_token