mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 05:15:17 +00:00
ci: more cache
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
data
|
||||
docs
|
||||
.git
|
||||
.next
|
||||
.github
|
||||
node_modules
|
||||
.next
|
||||
*.log
|
||||
.env*
|
||||
.DS_Store
|
||||
upload
|
||||
data
|
||||
8
.github/workflows/docker-latest.yml
vendored
8
.github/workflows/docker-latest.yml
vendored
@@ -43,5 +43,9 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: |
|
||||
type=registry,ref=ghcr.io/${{ github.repository }}:latest
|
||||
type=gha
|
||||
cache-to: |
|
||||
type=registry,ref=ghcr.io/${{ github.repository }}:latest,mode=max
|
||||
type=gha,mode=max
|
||||
|
||||
8
.github/workflows/docker-release.yml
vendored
8
.github/workflows/docker-release.yml
vendored
@@ -44,5 +44,9 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: |
|
||||
type=registry,ref=ghcr.io/${{ github.repository }}:latest
|
||||
type=gha
|
||||
cache-to: |
|
||||
type=registry,ref=ghcr.io/${{ github.repository }}:latest,mode=max
|
||||
type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user