Skip to content

Commit d564a24

Browse files
committed
fix: remove v prefix from publish action
1 parent 1923d0e commit d564a24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Publish Docker image
22
on:
33
release:
44
types: [published]
5-
tags:
6-
- 'v*'
5+
76
jobs:
87
push_to_registry:
98
name: Push Docker image to GitHub Packages

0 commit comments

Comments
 (0)