16 lines
313 B
YAML
16 lines
313 B
YAML
pipeline:
|
|
publish:
|
|
when:
|
|
event: push
|
|
branch: main
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
pull_image: false
|
|
dockerfile: Dockerfile
|
|
tags:
|
|
- ${CI_COMMIT:0:8}
|
|
repo:
|
|
from_secret: docker_repo
|
|
config:
|
|
from_secret: docker_config
|