mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-07 00:39:59 -06:00
Removed Event input from docker metadata step
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -65,7 +65,6 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
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
|
||||
type=ref,event=pr
|
||||
|
||||
Reference in New Issue
Block a user