Skip to content

Commit 557ada9

Browse files
committed
ci: Publish docker images also for ref/tags/v
1 parent b370df0 commit 557ada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
environment:
153153
name: "Docker Hub"
154154
url: https://hub.docker.com/r/kcov/kcov
155-
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch' }}
155+
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
156156
steps:
157157
- uses: actions/checkout@v4
158158
with:

0 commit comments

Comments
 (0)