fix: woodpecker no builderinge :3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4f736ff3ee
commit
86376b7b27
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue