Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
c3307c5092
1 changed files with 4 additions and 4 deletions
|
@ -6,15 +6,15 @@ steps:
|
|||
- go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 .
|
||||
when:
|
||||
- event: [push, cron]
|
||||
branch: [main, develop]
|
||||
branch: main
|
||||
|
||||
- name: build-and-push-docker
|
||||
- name: build-and-push-docker-dev
|
||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
||||
settings:
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||
repo: git.hackmi.ch/phil/goshorly
|
||||
registry: git.hackmi.ch
|
||||
tags: latest
|
||||
tags: dev
|
||||
username:
|
||||
from_secret: reg-user
|
||||
password:
|
||||
|
@ -30,7 +30,7 @@ steps:
|
|||
|
||||
services:
|
||||
docker-daemon:
|
||||
image: docker:28.0-dind
|
||||
image: docker:28.0-dind-rootless
|
||||
commands:
|
||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
||||
privileged: true
|
||||
|
|
Loading…
Add table
Reference in a new issue