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 }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
secrets: |
|
secrets: |
|
||||||
composer_auth=${{ secrets.COMPOSER_AUTH }}
|
composer_auth=${{ secrets.COMPOSER_AUTH }}
|
||||||
cache-from: type=registry,ref=${{ env.IMAGE }}:buildcache
|
no-cache: true
|
||||||
cache-to: type=registry,ref=${{ env.IMAGE }}:buildcache,mode=max
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue