Skip to content

Commit 969e09d

Browse files
committed
chore(release) modifies publishing of images to adhere to semver
Signed-off-by: ChrisJBurns <[email protected]>
1 parent 1f10e97 commit 969e09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Docker
88
on:
99
push:
1010
# Publish semver tags as releases.
11-
tags: [ '*.*.*.*' ]
11+
tags: [ '*.*.*' ]
1212

1313
env:
1414
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)