From e3e3ab167c4634c8eb6605a01eb542214151f2d4 Mon Sep 17 00:00:00 2001 From: tmaeno Date: Fri, 22 May 2026 10:50:44 +0200 Subject: [PATCH] Enable no-cache option for Docker image build and push --- .github/workflows/panda-server-docker-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/panda-server-docker-publish.yml b/.github/workflows/panda-server-docker-publish.yml index 2e5d187ba..c5a1f4b6f 100644 --- a/.github/workflows/panda-server-docker-publish.yml +++ b/.github/workflows/panda-server-docker-publish.yml @@ -62,3 +62,4 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + no-cache: true