Skip to content

Commit

Permalink
Fix Docker tag generation for workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gunrein committed Sep 21, 2023
1 parent a1e059e commit ff18c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gunrein/wallowa
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=workflow_dispatch
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit ff18c5c

Please sign in to comment.