Skip to content

Commit a7897d2

Browse files
committed
build docker images for release branches
1 parent 7341964 commit a7897d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- dev
7+
- 'release/**'
78
paths-ignore:
89
- "*.md"
910
- "LICENSE"
@@ -17,6 +18,5 @@ jobs:
1718
uses: ./.github/workflows/build-docker.yml
1819
with:
1920
tags: |
20-
type=raw,value=current
2121
type=ref,event=branch
2222
type=sha

0 commit comments

Comments
 (0)