Skip to content

Commit ae682ec

Browse files
authored
fix invalid syntax in workflow file
re-reading #15300, it had a typo in it
1 parent 3820af2 commit ae682ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
# Order is on purpose such that the label org.opencontainers.image.version has the first pattern with the full version
201201
IFS=','; for TAG in ${BASE_TAGS}; do
202202
TAG_PATTERNS="${TAG_PATTERNS}type=pep440,pattern={{ version }},suffix=-${TAG},value=${TAG_VALUE}\n"
203-
TAG_PATTERNS="${TAG_PATTERNS}type=pep440,pattern={{ major }}.{{ minor }},suffix=-${TAG},value=${TAG_VALUE}}\n"
203+
TAG_PATTERNS="${TAG_PATTERNS}type=pep440,pattern={{ major }}.{{ minor }},suffix=-${TAG},value=${TAG_VALUE}\n"
204204
TAG_PATTERNS="${TAG_PATTERNS}type=raw,value=${TAG}\n"
205205
done
206206

0 commit comments

Comments
 (0)