plakken/.woodpecker/build.yaml

18 lines
500 B
YAML
Raw Normal View History

steps:
- name: publish_image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.gnous.eu/${CI_REPO_OWNER}/plakken
2024-05-11 03:19:02 +02:00
dockerfile: deployment/docker/Dockerfile
2024-03-10 01:19:19 +01:00
platforms: linux/amd64,linux/arm64/v8
registry: https://git.gnous.eu
2024-03-10 01:19:19 +01:00
tag: ${CI_COMMIT_SHA}
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push
2024-03-10 01:19:19 +01:00
repo: gnouseu/plakken