ada.wf/.woodpecker.yaml
Ada 7e8e32ac61
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Migrate to zola & docker
2024-03-03 22:48:50 +01:00

18 lines
436 B
YAML

steps:
- name: publish_image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.gnous.eu/${CI_REPO_OWNER}/website
dockerfile: Dockerfile
platforms: linux/amd64
registry: https://git.gnous.eu
tag: ${CI_COMMIT}
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push