2024-02-14 19:00:32 +01:00
|
|
|
steps:
|
|
|
|
- name: publish_image
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
repo: git.gnous.eu/${CI_REPO_OWNER}/plakken
|
|
|
|
dockerfile: docker/Dockerfile
|
|
|
|
platforms: linux/amd64,linux/arm64/v8,linux/arm
|
|
|
|
registry: https://git.gnous.eu
|
|
|
|
tag: ${CI_COMMIT}
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2024-03-10 10:44:34 +01:00
|
|
|
debug: true
|
2024-02-14 19:00:32 +01:00
|
|
|
when:
|
|
|
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
event: push
|