ci: switch to inline caching to avoid 413 error

This commit is contained in:
Felix Schlusche
2026-03-04 10:35:14 +01:00
parent 432c3a0ccf
commit 676dd2f497

View File

@@ -90,8 +90,8 @@ jobs:
build-args: | build-args: |
COMMIT_HASH=${{ github.sha }} COMMIT_HASH=${{ github.sha }}
BUILD_DATE=${{ github.event.head_commit.timestamp }} BUILD_DATE=${{ github.event.head_commit.timestamp }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max cache-to: type=inline
- name: Image digest - name: Image digest
run: echo "Image pushed with digest ${{ steps.meta.outputs.digest }}" run: echo "Image pushed with digest ${{ steps.meta.outputs.digest }}"