Skip to content

Commit d414995

Browse files
authored
chore: docker build on prerelease tags (#108)
1 parent 8011cf4 commit d414995

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/astria-build-and-publish-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- "main"
99
tags:
1010
- "v[0-9]+.[0-9]+.[0-9]+"
11+
- "v[0-9]+.[0-9]+.[0-9]+"
12+
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
13+
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
14+
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
1115
# trigger on pull request updates when target is `astria` branch
1216
pull_request:
1317
branches:

0 commit comments

Comments
 (0)