Skip to content

Commit 9e0ee74

Browse files
committed
chore: improved actions to build custom releases
1 parent b6319bc commit 9e0ee74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dev-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- v3
77
- next
8+
- hotfix
89
pull_request:
910
branches:
1011
- v3

.github/workflows/prod-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
DOCKER_USER: ${{ secrets.DOCKER_USER }}
2626
DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}
2727
DOCKER_BASE_TAG: v3-prod
28-
DOCKER_DEV_TAG: v3
28+
DOCKER_DEV_TAG: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)