Simplify CI.
All checks were successful
ci/woodpecker/push/docker-build Pipeline was successful

This commit is contained in:
jeff 2023-06-19 21:53:53 -07:00
parent 09d8955658
commit 6f41bab734
Signed by: jeff
GPG Key ID: 6672802D9BEE23CB

View File

@ -2,19 +2,13 @@ pipeline:
publish:
when:
event: push
branch: master
branch: main
image: woodpeckerci/plugin-docker-buildx
settings:
pull_image: false
dockerfile: Dockerfile
tags:
- ${CI_COMMIT:0:8}
- latest
secrets: [ docker_registry, docker_config, docker_username, docker_repo ]
registry:
from_secret: docker_registry
username:
from_secret: docker_username
repo:
from_secret: docker_repo
config: