Skip to content

Commit

Permalink
gh: tag non-release builds "devel"
Browse files Browse the repository at this point in the history
  • Loading branch information
irq0 committed Mar 9, 2024
1 parent f82e1ad commit b496117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}},value=${{ env.VERSION }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=semver,pattern={{major}},value=${{ env.VERSION }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=sha
type=raw,value=devel,enable={{is_default_branch}}
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
- name: build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b496117

Please sign in to comment.