Merge branch 'main' into renovate/woodpeckerci-woodpecker-cli-3.x

This commit is contained in:
pat-s 2025-02-07 10:51:03 +01:00
commit aa0f06939d
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
5 changed files with 14 additions and 5 deletions

View File

@ -3,12 +3,14 @@ when:
steps:
editor-config:
image: mstruebing/editorconfig-checker:v3.1.2
image: mstruebing/editorconfig-checker:v3.2.0
depends_on: []
woodpecker-cli:
depends_on: []
image: woodpeckerci/woodpecker-cli:v3.0.1-alpine
environment:
WOODPECKER_PLUGINS_PRIVILEGED: docker.io/woodpeckerci/plugin-docker-buildx
commands:
- woodpecker-cli lint Butane/.woodpecker/butane.yaml
- woodpecker-cli lint C/

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# loop through all butane files in the current directory
for i in *.bu ; do

View File

@ -9,7 +9,7 @@ when:
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
settings:
repo: 6543/tmp,codeberg.org/6543/tmp,<account-id>.dkr.ecr.<region>.amazonaws.com/6543/tmp
tag: demo

View File

@ -16,7 +16,7 @@ variables:
steps:
dryrun:
image: woodpeckerci/plugin-docker-buildx
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
settings:
dockerfile: *file
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
@ -28,7 +28,7 @@ steps:
path: *file
publish:
image: woodpeckerci/plugin-docker-buildx
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
settings:
dockerfile: *file
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le

View File

@ -8,6 +8,13 @@ when:
event: [cron, manual]
cron: 'sync'
clone:
- name: clone
image: docker.io/woodpeckerci/plugin-git
settings:
# Disable partial to avoid `shallow update not allowed`
partial: false
steps:
- name: sync
image: docker.io/alpine/git