diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 483aa44..c1c95a5 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,17 +1,18 @@ when: - branch: ['main'] + branch: ["main"] event: ["push", "manual"] steps: - name: build image: woodpeckerci/plugin-docker-buildx - secrets: [ gitpat ] settings: - repo: git.iwakura.rip/hex/iwakura-web + repo: git.iwakura.rip/hex/iwakuweb platforms: linux/amd64 dockerfile: Dockerfile - tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] + tags: + ["${CI_COMMIT_BRANCH}-latest", "${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] username: hex - registry: git.iwakura.rip + registry: + git.iwakura.rip #insecure: true password: from_secret: gitpat