Skip to content

Commit

Permalink
fix: incorrect tags in build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 21, 2024
1 parent 7dd9d4c commit 0a127c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
tags: |
type=ref,event=pr
type=ref,event=branch,branch=main,latest=true
type=ref,event=branch,branch=main
type=ref,event=branch,branch=main,tag=latest
type=ref,event=branch,branch!=main
type=semver,pattern={{version}},branch=main,latest=false
type=ref,event=tag
type=semver,pattern={{version}},branch=main,latest=false,tag=stable
type=ref,event=tag,tag={{ tag }}
- name: Show tags
run: |
Expand Down

0 comments on commit 0a127c1

Please sign in to comment.