We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c31b1 commit d270463Copy full SHA for d270463
.github/workflows/cd.yml
@@ -156,7 +156,7 @@ jobs:
156
for tag in $(docker buildx bake --print | jq -r ".target.latest.tags[]"); do
157
tags="$tags $tag"
158
done
159
- docker create manifest $tags \
+ docker manifest create $tags \
160
--amend localhost:5000/latex-devcontainer:amd64 \
161
--amend localhost:5000/latex-devcontainer:arm64
162
docker manifest push $tags
0 commit comments