mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
ci: more cache
This commit is contained in:
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