From ddfb82b86772db5a7ab79165dce4e6d049c47da4 Mon Sep 17 00:00:00 2001 From: Patrick Meade Date: Fri, 21 Jun 2024 22:31:14 -0500 Subject: [PATCH] Cache export is not supported for the docker driver; okay then --- .github/workflows/publish_ghcr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish_ghcr.yml b/.github/workflows/publish_ghcr.yml index dbc98f0554..7b7ec2f98e 100644 --- a/.github/workflows/publish_ghcr.yml +++ b/.github/workflows/publish_ghcr.yml @@ -54,11 +54,9 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Docker Image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} push: ${{ github.event_name != 'pull_request' }} - cache-from: type=gha - cache-to: type=gha,mode=max