Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 929fe77

Browse files
authored
Fix incorrect primary tag (CI Ignore)
1 parent ea95f90 commit 929fe77

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

containers/jekyll/definition-manifest.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variants": ["2.7-bullseye", "2.7-buster"],
3-
"definitionVersion": "0.1.1",
3+
"definitionVersion": "0.1.2",
44
"build": {
55
"latest": "2.7-bullseye",
66
"parent": "ruby",
@@ -10,10 +10,13 @@
1010
"2.7-buster": ["linux/amd64"]
1111
},
1212
"tags": [
13-
"jekyll:${VERSION}"
13+
"jekyll:${VERSION}-${VARIANT}"
1414
],
1515
"variantTags": {
16-
"2.7-bullseye": [ "jekyll:${VERSION}-bullseye" ],
16+
"2.7-bullseye": [
17+
"jekyll:${VERSION}",
18+
"jekyll:${VERSION}-bullseye"
19+
],
1720
"2.7-buster": [ "jekyll:${VERSION}-buster" ]
1821
}
1922
},

0 commit comments

Comments
 (0)