Compare commits

...

6 Commits

Author SHA1 Message Date
CSRBot 7fd58d9565 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.2.0' (#147) from renovate/docker-setup-buildx-action-4.x into master
Build / build-amd64 (push) Successful in 37s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m23s
2026-07-02 21:07:34 +00:00
CSRBot bc287300e4 Merge pull request 'chore(deps): update docker/login-action action to v4.3.0' (#146) from renovate/docker-login-action-4.x into master
Build / build-amd64 (push) Successful in 38s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m22s
2026-07-02 21:06:13 +00:00
CSRBot eae83b0f36 chore(deps): update docker/setup-buildx-action action to v4.2.0
Build / build-amd64 (pull_request) Successful in 53s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 1m20s
2026-07-02 18:11:06 +00:00
CSRBot 10aca9c0ed chore(deps): update docker/login-action action to v4.3.0
Build / build-amd64 (pull_request) Successful in 52s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 1m22s
2026-07-02 18:11:02 +00:00
CSRBot 61c1939dca Merge pull request 'chore(deps): update docker.io/library/node docker tag to v26.3.1' (#145) from renovate/container-images into master
Build / build-amd64 (push) Successful in 57s
Lint Markdown files / markdown-lint (push) Successful in 6s
Build / build-arm64 (push) Successful in 1m36s
2026-06-25 18:09:51 +00:00
CSRBot e1bccc86e1 chore(deps): update docker.io/library/node docker tag to v26.4.0
Build / build-amd64 (pull_request) Successful in 1m6s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m31s
2026-06-25 18:08:14 +00:00
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Build image
run: |
@@ -39,7 +39,7 @@ jobs:
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Build image
run: |
+5 -5
View File
@@ -35,9 +35,9 @@ jobs:
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -77,9 +77,9 @@ jobs:
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -114,7 +114,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:26.3.0-alpine AS build
FROM docker.io/library/node:26.4.0-alpine AS build
ARG MARKDOWNLINT_VERSION=master