Skip to content

Commit 0183a85

Browse files
committed
support master tag for building of example app
1 parent 29d953a commit 0183a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
file: docker/Dockerfile.demo
5151
tags: ${{ steps.meta.outputs.tags }}
5252
labels: ${{ steps.meta.outputs.labels }}
53-
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
53+
push: ${{ startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/master') }}

0 commit comments

Comments
 (0)