hotfix: fixes broken build

This commit is contained in:
2025-11-01 13:00:41 -03:00
parent 933da66f89
commit 6c26efc145

View File

@@ -78,8 +78,6 @@ jobs:
${{ env.IMAGE_SHA }} ${{ env.IMAGE_SHA }}
cache-from: type=registry,ref=${{ env.IMAGE_LATEST }} cache-from: type=registry,ref=${{ env.IMAGE_LATEST }}
cache-to: type=inline cache-to: type=inline
build-args: |
BUILDKIT_INLINE_CACHE=1
deploy: deploy:
needs: [docker] needs: [docker]