Skip to content

Commit f9e6126

Browse files
committed
Fix test builds
1 parent d771774 commit f9e6126

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build
22

33
on:
44
push:
5+
branches:
6+
- 'test/*'
57
tags:
68
- 'v[0-9]+.[0-9]+.[0-9]+*'
79
- 'test-[a-zA-Z0-9]+'
@@ -11,7 +13,7 @@ env:
1113
darthsim/imgproxy-base
1214
DOCKER_META_TAGS: |
1315
type=semver,pattern=v{{version}}
14-
type=raw,value=${{github.ref_name}},enable=${{ startsWith(github.ref, 'ref/tags/test-') }}
16+
type=ref,event=branch,enable=${{ startsWith(github.ref, 'refs/heads/test/') }}
1517
1618
jobs:
1719
build:

0 commit comments

Comments
 (0)