Skip to content

Commit 2038217

Browse files
committed
ci: remove incorrect package tag reference
1 parent f54f517 commit 2038217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
33
on:
44
push:
55
tags:
6-
- "lrge-[0-9]+.[0-9]+.[0-9]+"
6+
- "[0-9]+.[0-9]+.[0-9]+"
77

88
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
99
env:

0 commit comments

Comments
 (0)