From 85fe585f8d6cbae96ddd61f37d3fb43b84afc42a Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 15 Aug 2026 11:10:46 +0200 Subject: [PATCH] 147 - Bump the CI image tag to force a fresh pull --- .forgejo/workflows/ci.yml | 2 +- .forgejo/workflows/images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1f16d305..80a1b1fd 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: docker container: - image: forge.lvl0.xyz/lvl0/fedi-feed-router-ci:php8.3-2 + image: forge.lvl0.xyz/lvl0/fedi-feed-router-ci:php8.3-3 steps: - uses: https://data.forgejo.org/actions/checkout@v4 diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index ba694bfd..f0769ce1 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -21,7 +21,7 @@ jobs: version: php8.3-1 - name: fedi-feed-router-ci file: docker/build/Dockerfile.ci - version: php8.3-2 + version: php8.3-3 steps: - uses: https://data.forgejo.org/actions/checkout@v4