You've already forked markdownlint-docker
Compare commits
1 Commits
master
...
8c16d596a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
8c16d596a5
|
@@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
- name: Trigger "Push tagged images" workflow
|
||||
if: steps.check_change.outputs.changed == 'true'
|
||||
uses: actions/github-script@v9.0.0
|
||||
uses: actions/github-script@v8.0.0
|
||||
with:
|
||||
script: |
|
||||
const workflowFileName = 'release.yaml';
|
||||
|
||||
@@ -17,8 +17,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- name: Build image
|
||||
@@ -37,8 +35,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- name: Build image
|
||||
|
||||
@@ -33,11 +33,9 @@ jobs:
|
||||
ref: "${{ steps.version_extraction.outputs.version_raw }}"
|
||||
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- uses: docker/login-action@v4.1.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -75,11 +73,9 @@ jobs:
|
||||
ref: "${{ steps.version_extraction.outputs.version_raw }}"
|
||||
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- uses: docker/login-action@v4.1.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -114,7 +110,7 @@ jobs:
|
||||
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: docker/login-action@v4.1.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user