15 lines
350 B
YAML
15 lines
350 B
YAML
when:
|
|
- event: [manual, push]
|
|
|
|
steps:
|
|
build-and-push:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/amd64
|
|
repo: ${CI_REPO_URL}
|
|
registry: ${CI_FORGE_URL}
|
|
tags: latest
|
|
username: ${CI_REPO_OWNER}
|
|
password:
|
|
from_secret: registry_token
|
|
cache_from: ${CI_FORGE_URL}:latest
|