From 407f4d6315cebfa69cc85dda98dbbf1308b6ed86 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 5 Mar 2026 08:31:31 +0000 Subject: [PATCH 1/5] chore(deps): update docker/setup-buildx-action action to v4 --- .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..dce6593 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Container Registry uses: docker/login-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 6434bf5cf4bf4870c5f26259f02bedb5bb745f66 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 10 Mar 2026 20:01:57 +0000 Subject: [PATCH 5/5] chore(deps): update docker/setup-buildx-action action to v4 --- .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..4d9966e 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Container Registry uses: docker/login-action@v3