Skip to content

Commit d270463

Browse files
authored
Typo
1 parent 29c31b1 commit d270463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
for tag in $(docker buildx bake --print | jq -r ".target.latest.tags[]"); do
157157
tags="$tags $tag"
158158
done
159-
docker create manifest $tags \
159+
docker manifest create $tags \
160160
--amend localhost:5000/latex-devcontainer:amd64 \
161161
--amend localhost:5000/latex-devcontainer:arm64
162162
docker manifest push $tags

0 commit comments

Comments
 (0)