Skip to content

Commit f9a6385

Browse files
authored
build for alpha tags as well
1 parent 686edce commit f9a6385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7+
- "v*.*.*-alpha.*"
78

89
jobs:
910
docker:
@@ -62,4 +63,4 @@ jobs:
6263
context: ${{ matrix.context }}
6364
push: true
6465
tags: ${{ steps.meta.outputs.tags }}
65-
labels: ${{ steps.meta.outputs.labels }}
66+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)