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