fix: woodpecker no builderinge :3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2024-11-18 12:17:51 +01:00
parent 4f736ff3ee
commit 86376b7b27

View file

@ -1,17 +1,18 @@
when: when:
branch: ['main'] branch: ["main"]
event: ["push", "manual"] event: ["push", "manual"]
steps: steps:
- name: build - name: build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [ gitpat ]
settings: settings:
repo: git.iwakura.rip/hex/iwakura-web repo: git.iwakura.rip/hex/iwakuweb
platforms: linux/amd64 platforms: linux/amd64
dockerfile: Dockerfile 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 username: hex
registry: git.iwakura.rip registry:
git.iwakura.rip
#insecure: true #insecure: true
password: password:
from_secret: gitpat from_secret: gitpat