Skip to content

Commit c5e226a

Browse files
authored
[wasm] Fix floating tags (#822)
1 parent 37d2620 commit c5e226a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ubuntu/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
"osVersion": "bionic",
472472
"tags": {
473473
"ubuntu-18.04-webassembly-net8-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
474-
"ubuntu-18.04-webassembly-net8-$(FloatingTagSuffix)": {}
474+
"ubuntu-18.04-webassembly-net8$(FloatingTagSuffix)": {}
475475
}
476476
}
477477
]
@@ -616,7 +616,7 @@
616616
"osVersion": "focal",
617617
"tags": {
618618
"ubuntu-20.04-webassembly-net8-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
619-
"ubuntu-20.04-webassembly-net8-$(FloatingTagSuffix)": {}
619+
"ubuntu-20.04-webassembly-net8$(FloatingTagSuffix)": {}
620620
}
621621
}
622622
]

src/windowsservercore/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"osVersion": "windowsservercore-ltsc2022",
7070
"tags": {
7171
"windowsservercore-ltsc2022-helix-webassembly-net8-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
72-
"windowsservercore-ltsc2022-helix-webassembly-net8-$(FloatingTagSuffix)": {}
72+
"windowsservercore-ltsc2022-helix-webassembly-net8$(FloatingTagSuffix)": {}
7373
}
7474
}
7575
]

0 commit comments

Comments
 (0)