Compare commits

..

1 Commits

Author SHA1 Message Date
3870229369 chore(deps): update actions/github-script action to v9
Some checks failed
Build / build-amd64 (pull_request) Failing after 17s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Failing after 46s
2026-04-14 15:23:35 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
FROM docker.io/library/ubuntu:24.04 AS download
ARG DC_VERSION=v5.1.3
ARG DC_VERSION=v5.1.2
RUN NAME=docker-compose-$(uname | tr [:upper:] [:lower:])-$(uname -m); \
apt update --yes && \

View File

@@ -11,7 +11,7 @@ The workflow or how `docker-compose` can in general be used is documented at
image.
```bash
IMAGE_VERSION=5.1.3
IMAGE_VERSION=5.1.2
docker run \
--rm \
--volume "$(pwd):$(pwd)" \