Skip to content

Commit

Permalink
github/workflows: add dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed Aug 20, 2021
1 parent 0adbd72 commit 8bcc7e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- "*" # triggers only if push new tag version
workflow_dispatch:

jobs:
goreleaser:
Expand Down Expand Up @@ -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 }}

0 comments on commit 8bcc7e8

Please sign in to comment.