Skip to content

Commit

Permalink
Properly handle tags in Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukenels committed Mar 8, 2022
1 parent eeb5e12 commit 1017855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 1017855

Please sign in to comment.