Try it with git context

This commit is contained in:
DerDavidBohl
2025-10-06 20:45:58 +02:00
parent b5e58e7a67
commit a3b91c43b2
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
ref: ${{ env.TAG_REF }}
context: git
event: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'repository_dispatch' && github.event.client_payload.tag != '' && 'tag' || '' }}
tags: |
type=ref,event=branch