This commit is contained in:
Florian Stosse
2025-08-29 18:57:49 +02:00
parent a13fb9aeab
commit ab37db82ff

View File

@@ -79,7 +79,7 @@ jobs:
platforms : ${{ env.PLATFORM }}
context : .
file : ./Dockerfile
tags : ${{ env.IMAGE }}:testbuild-${{ env.PLATFORM }}
tags : ${{ env.IMAGE }}:testbuild-${{ matrix.arch }}
cache-from : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }}
cache-to : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }},mode=max
-