Skip to content

Commit

Permalink
Merge pull request #13 from openziti/draft-releases
Browse files Browse the repository at this point in the history
also docker tag releases
  • Loading branch information
qrkourier authored Aug 7, 2023
2 parents 5a4b3f7 + 8a17f71 commit ff38d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},enable={{starts_with(github.ref, 'refs/tags/v')}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/major-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: false
prefer_branch_releases: false
prefer_branch_releases: false

0 comments on commit ff38d8b

Please sign in to comment.