fix: remove GHA cache (not supported by Gitea Actions)
Build and Push Docker Image / build (push) Successful in 1m3s
Details
Build and Push Docker Image / build (push) Successful in 1m3s
Details
This commit is contained in:
parent
9b7ac40ad7
commit
7b2674debf
|
|
@ -53,5 +53,3 @@ 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-to: type=gha,mode=max
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue