Ignore all markdown for auto image builds

This commit is contained in:
Tom Foster 2025-04-24 17:24:28 +01:00 committed by nex
parent c698d65a92
commit 73c991edd0

View file

@ -6,12 +6,14 @@ on:
pull_request:
push:
paths-ignore:
- '.gitlab-ci.yml'
- '.gitignore'
- 'renovate.json'
- 'debian/**'
- 'docker/**'
- 'docs/**'
- "*.md"
- "**/*.md"
- ".gitlab-ci.yml"
- ".gitignore"
- "renovate.json"
- "debian/**"
- "docker/**"
- "docs/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -19,7 +21,6 @@ env:
BUILTIN_REGISTRY: forgejo.ellis.link
BUILTIN_REGISTRY_ENABLED: "${{ ((vars.BUILTIN_REGISTRY_USER && secrets.BUILTIN_REGISTRY_PASSWORD) || (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)) && 'true' || 'false' }}"
jobs:
define-variables:
runs-on: ubuntu-latest
@ -65,21 +66,14 @@ jobs:
attestations: write
id-token: write
strategy:
matrix: {
"include": [
matrix:
{
"platform": "linux/amd64",
"slug": "linux-amd64"
},
{
"platform": "linux/arm64",
"slug": "linux-arm64"
}
"include":
[
{ "platform": "linux/amd64", "slug": "linux-amd64" },
{ "platform": "linux/arm64", "slug": "linux-arm64" },
],
"platform": [
"linux/amd64",
"linux/arm64"
]
"platform": ["linux/amd64", "linux/arm64"],
}
steps:
- name: Echo strategy