From 76e8c75558a7c4f79717d5822646f34a57c1bd09 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 7 Jan 2026 17:18:52 +0000 Subject: [PATCH 1/5] chore(deps): update actions/checkout action to v6 --- .forgejo/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 940ce02..5af02ad 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 From 8775e3fc175137c5e6b67e621e0c8656e4750c4c Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Tue, 10 Mar 2026 20:53:02 +0100 Subject: [PATCH 2/5] fix: Changes to `docker` pool --- .forgejo/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 940ce02..2f90f1d 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: docker steps: - name: Checkout repository uses: actions/checkout@v4 From 17c6946361cb1809dd20c838f5351bb1acd1fb6f Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Tue, 10 Mar 2026 20:54:46 +0100 Subject: [PATCH 3/5] fix: Resolves syntax error --- .forgejo/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 2f90f1d..1855625 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -3,7 +3,7 @@ name: Build (and tag) Images on: push: branches: - workflow_dispatch: + workflow_dispatch: jobs: build: From 954b534b10ca4079fd01f819c41c8e8246095810 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Tue, 10 Mar 2026 20:55:27 +0100 Subject: [PATCH 4/5] fix: Handles pushed to all branches --- .forgejo/workflows/images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 1855625..6dfac7b 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -2,7 +2,6 @@ name: Build (and tag) Images on: push: - branches: workflow_dispatch: jobs: From 9e4987862743780b94f63d5628139de7d93a4f33 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 10 Mar 2026 20:01:55 +0000 Subject: [PATCH 5/5] chore(deps): update actions/checkout action to v6 --- .forgejo/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 6dfac7b..9c9a3ea 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -9,7 +9,7 @@ jobs: runs-on: docker steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3