.woodpecker/build-latest.yml aktualisiert
This commit is contained in:
parent
5f60232ae9
commit
17265b07c0
1 changed files with 0 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: build-docker-latest-lin/amd64
|
|
||||||
image: woodpeckerci/plugin-docker-buildx:3
|
|
||||||
environment:
|
|
||||||
- DOCKER_HOST=tcp://docker:2376
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64
|
|
||||||
repo: git.hackmi.ch/Phil/goshorly
|
|
||||||
registry: git.hackmi.ch
|
|
||||||
tags: latest
|
|
||||||
username:
|
|
||||||
from_secret: reg-user
|
|
||||||
password:
|
|
||||||
from_secret: reg-pass
|
|
||||||
build_args:
|
|
||||||
- CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH}
|
|
||||||
- CI_COMMIT_SHORT_SHA=${CI_COMMIT_SHA:0:8}
|
|
||||||
depends_on:
|
|
||||||
- build-binary-UT-lin/amd64
|
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
- event: [tag, deployment, release, cron]
|
|
||||||
|
|
||||||
services:
|
|
||||||
docker:
|
|
||||||
image: docker:24-dind
|
|
||||||
commands:
|
|
||||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
|
||||||
privileged: true
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- check-format
|
|
||||||
- check-sec
|
|
Loading…
Add table
Reference in a new issue