Skip to content

Commit

Permalink
also docker tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 7, 2023
1 parent 5ae853b commit 8a17f71
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 8a17f71

Please sign in to comment.