force base image pull

This commit is contained in:
Tobias Lehmann
2026-02-03 11:13:27 +01:00
parent 368e9de908
commit 75a4d57e03

View File

@@ -22,4 +22,6 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: "${{ vars.CONTAINER_REGISTRY_URL }}/${{gitea.repository}}:latest" tags: "${{ vars.CONTAINER_REGISTRY_URL }}/${{gitea.repository}}:latest"
no-cache: true
pull: true