Change cache type for building stage
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 2m20s
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 2m20s
This commit is contained in:
@@ -51,5 +51,5 @@ jobs:
|
|||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=inline
|
||||||
Reference in New Issue
Block a user