Skip to content

Commit

Permalink
Do not use Docker image cache.
Browse files Browse the repository at this point in the history
Docker image builds end up failing to reflect changed in repository when using cached images.
  • Loading branch information
chungyc authored Jan 11, 2024
1 parent 9cc4a5e commit c3e4563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true

0 comments on commit c3e4563

Please sign in to comment.