2024-07-12 21:56:23 +02:00
|
|
|
when:
|
2024-07-12 23:21:31 +02:00
|
|
|
branch: ['main']
|
2024-07-12 21:56:23 +02:00
|
|
|
event: ["push", "manual"]
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
secrets: [ gitpat ]
|
|
|
|
settings:
|
|
|
|
repo: git.iwakura.rip/hex/iwakura-web
|
|
|
|
platforms: linux/amd64
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
|
|
|
username: hex
|
|
|
|
registry: git.iwakura.rip
|
|
|
|
#insecure: true
|
|
|
|
password:
|
|
|
|
from_secret: gitpat
|