This commit is contained in:
Florian Stosse
2025-08-29 18:56:17 +02:00
parent d6a2233103
commit a13fb9aeab

View File

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