1 Commits

Author SHA1 Message Date
37ad850275 chore(deps): update docker/setup-buildx-action action to v4
All checks were successful
Build / build-amd64 (pull_request) Successful in 29s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m13s
2026-03-05 08:11:48 +00:00
4 changed files with 9 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Trigger "Push tagged images" workflow - name: Trigger "Push tagged images" workflow
if: steps.check_change.outputs.changed == 'true' if: steps.check_change.outputs.changed == 'true'
uses: actions/github-script@v9.0.0 uses: actions/github-script@v8.0.0
with: with:
script: | script: |
const workflowFileName = 'release.yaml'; const workflowFileName = 'release.yaml';

View File

@@ -16,9 +16,7 @@ jobs:
runs-on: ubuntu-latest-arm64 runs-on: ubuntu-latest-arm64
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v3.7.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- name: Build image - name: Build image
@@ -36,9 +34,7 @@ jobs:
runs-on: ubuntu-latest-amd64 runs-on: ubuntu-latest-amd64
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v3.7.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- name: Build image - name: Build image

View File

@@ -32,12 +32,10 @@ jobs:
fetch-tags: true fetch-tags: true
ref: "${{ steps.version_extraction.outputs.version_raw }}" ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v3.7.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v4.1.0 - uses: docker/login-action@v3.7.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -74,12 +72,10 @@ jobs:
fetch-tags: true fetch-tags: true
ref: "${{ steps.version_extraction.outputs.version_raw }}" ref: "${{ steps.version_extraction.outputs.version_raw }}"
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v3.7.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@v4.0.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v4.1.0 - uses: docker/login-action@v3.7.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -114,7 +110,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: docker/login-action@v4.1.0 - uses: docker/login-action@v3.7.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/node:25.9.0-alpine AS build FROM docker.io/library/node:25.8.0-alpine AS build
ARG MARKDOWNLINT_VERSION=master ARG MARKDOWNLINT_VERSION=master