Skip to content

Commit

Permalink
feat: latest and stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 22, 2024
1 parent faa81f6 commit a0433d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=stable,enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=ref,event=pr
- name: Show tags
run: |
Expand Down

0 comments on commit a0433d1

Please sign in to comment.