.forgejo/workflows/docker-publish.yml aktualisiert

This commit is contained in:
Alpha Nerd 2026-05-11 10:47:02 +02:00
parent 84808c17bd
commit 50f832668e

View file

@ -78,8 +78,6 @@ jobs:
push: true
provenance: false
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:platform-${{ matrix.arch }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-${{ matrix.arch }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-${{ matrix.arch }},mode=min
merge:
runs-on: docker-amd64