Skip to content

Commit

Permalink
Tag docker image based on changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Aug 28, 2023
1 parent 7637a59 commit 5dc1307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"privatePackages": {
"version": true,
"tag": true
}
}
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=match,pattern=@boostv/process-optimizer-frontend-sample-app@(.*),group=1
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 5dc1307

Please sign in to comment.