2023-06-19 05:05:37 +00:00
|
|
|
pipeline:
|
|
|
|
publish:
|
|
|
|
when:
|
|
|
|
event: push
|
2023-06-20 04:53:53 +00:00
|
|
|
branch: main
|
2023-06-19 05:05:37 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
2023-06-19 06:29:11 +00:00
|
|
|
pull_image: false
|
2023-06-19 05:05:37 +00:00
|
|
|
dockerfile: Dockerfile
|
2023-06-19 06:29:11 +00:00
|
|
|
tags:
|
|
|
|
- ${CI_COMMIT:0:8}
|
|
|
|
repo:
|
|
|
|
from_secret: docker_repo
|
|
|
|
config:
|
|
|
|
from_secret: docker_config
|