Skip to content

Commit

Permalink
Cache export is not supported for the docker driver; okay then
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Jun 22, 2024
1 parent be961d7 commit ddfb82b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ddfb82b

Please sign in to comment.