mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-05-06 11:19:17 -05:00
Try it with git context
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user