Disable cache force clean build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s
This commit is contained in:
parent
e68ab740aa
commit
d181635922
1 changed files with 1 additions and 2 deletions
|
|
@ -47,5 +47,4 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
secrets: |
|
||||
composer_auth=${{ secrets.COMPOSER_AUTH }}
|
||||
cache-from: type=registry,ref=${{ env.IMAGE }}:buildcache
|
||||
cache-to: type=registry,ref=${{ env.IMAGE }}:buildcache,mode=max
|
||||
no-cache: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue