github/workflows: add dispatch

This commit is contained in:
ohdearaugustin 2021-08-20 19:37:15 +02:00
parent 0adbd720bf
commit 8bcc7e88f0

View file

@ -5,6 +5,7 @@ on:
push:
tags:
- "*" # triggers only if push new tag version
workflow_dispatch:
jobs:
goreleaser:
@ -66,5 +67,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}