Skip to content

Commit

Permalink
feat: fix versioning add debug feature back
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 16, 2024
1 parent 73b2cfe commit 4e74f2f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,16 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=ref,event=branch,branch=main,latest=true
type=ref,event=branch,branch=main
type=ref,event=branch,branch!=main
type=semver,pattern={{version}},branch=main,latest=false
type=ref,event=tag
- name: Show tags
run: |
git tag
echo ${{ steps.meta.outputs.tags }}
- name: Log into GitHub Container Registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 4e74f2f

Please sign in to comment.