Skip to content

Commit

Permalink
fix(docker): remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Apr 29, 2024
1 parent 925252b commit e04b196
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Login to GHCR
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -88,5 +86,3 @@ jobs:
push: true
tags: ${{ steps.meta-ghcr.outputs.tags }}
labels: ${{ steps.meta-ghcr.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit e04b196

Please sign in to comment.