Disable cache force clean build
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 22s

This commit is contained in:
PeterChrz 2026-03-31 00:11:41 -04:00
parent e68ab740aa
commit d181635922
Signed by untrusted user who does not match committer: pch
GPG key ID: 8F0826ECF7302C63

View file

@ -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