mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-19 08:44:55 -04:00
Merge branch 'main' into renovate/woodpeckerci-woodpecker-cli-3.x
This commit is contained in:
commit
aa0f06939d
@ -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/
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# loop through all butane files in the current directory
|
||||
for i in *.bu ; do
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user