Skip to content

Commit

Permalink
chore: change tags to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 17, 2024
1 parent a6462d7 commit a5a4d8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
run: |
tags=""
if [[ "$is_release" = 'true' ]]; then
tags="type=semver,pattern={{version}},value=$version"
tags="type=semver,pattern={{version}},value=$version
type=ref,event=branch,value=main"
else
tags="type=ref,event=branch
type=ref,event=pr"
type=ref,event=pr"
fi
{
echo 'tags<<EOF'
Expand Down

0 comments on commit a5a4d8a

Please sign in to comment.