We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22d40d commit 0e2099fCopy full SHA for 0e2099f
1 file changed
.github/workflows/publish-docker-image.yml
@@ -4,9 +4,7 @@ on:
4
push:
5
tags:
6
- "[0-9]+.[0-9]+.[0-9]+"
7
- branches:
8
- # TODO: Remove once we confirm the workflow runs
9
- - "*"
+ - "test-.*"
10
11
env:
12
REGISTRY: ghcr.io
0 commit comments