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