Skip to content

Commit

Permalink
support master tag for building of example app
Browse files Browse the repository at this point in the history
  • Loading branch information
n0str committed Sep 12, 2024
1 parent 29d953a commit 0183a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
file: docker/Dockerfile.demo
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
push: ${{ startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/master') }}

0 comments on commit 0183a85

Please sign in to comment.