Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -48,6 +48,6 @@ jobs: | @@ -48,6 +48,6 @@ jobs: | ||
| 48 | push: true | 48 | push: true |
| 49 | tags: ${{ steps.meta.outputs.tags }} | 49 | tags: ${{ steps.meta.outputs.tags }} |
| 50 | labels: ${{ steps.meta.outputs.labels }} | 50 | labels: ${{ steps.meta.outputs.labels }} |
| 51 | - cache-from: type=gha | ||
| 52 | - cache-to: type=gha,mode=max | 51 | + # cache-from: type=gha |
| 52 | + # cache-to: type=gha,mode=max | ||
| 53 | platforms: linux/amd64,linux/arm64 | 53 | platforms: linux/amd64,linux/arm64 |
-
Please register or login to post a comment