Skip to content

Commit

Permalink
ci(docker): fix tag glob
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Feb 5, 2024
1 parent d69237a commit 9947881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Docker

on:
workflow_dispatch:
push:
branches:
- main
- beta
tags:
- "v*"
- "v**"
pull_request:

jobs:
Expand Down

0 comments on commit 9947881

Please sign in to comment.