diff --git a/.woodpecker.yml b/.woodpecker.yml index fb575d6..bc924ec 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,12 +1,12 @@ steps: - publish: - image: woodpeckerci/plugin-docker-buildx - settings: - platforms: linux/amd64 - repo: git.hackmi.ch/hackmi.ch/home - registry: git.hackmi.ch - tags: latest - username: - from_secret: reg-user - password: - from_secret: reg-pass \ No newline at end of file + image: woodpeckerci/plugin-docker-buildx + settings: + platforms: linux/amd64 + repo: git.hackmi.ch/hackmi.ch/home + registry: git.hackmi.ch + tags: latest + username: + from_secret: reg-user + password: + from_secret: reg-pass \ No newline at end of file