From 0c56bd2c8ab49c6d7ff1ddbfb15fd6c1f418d28c Mon Sep 17 00:00:00 2001 From: DragonDuck24 Date: Sat, 24 Jan 2026 13:38:19 -0600 Subject: [PATCH] CI: pull base image --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 99d568b..408ef6e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: - name: Build and Push Docker Image uses: docker/build-push-action@v6 with: + pull: true push: true tags: git.marinodev.com/marinodev/fbla26_ci:latest no-cache: true