We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022cc18 commit f0d15bdCopy full SHA for f0d15bd
.github/workflows/releasetag.yml
@@ -55,6 +55,6 @@ jobs:
55
echo $RELEASE_NAME
56
docker buildx build $folder \
57
--push \
58
- --tag $DOCKER_NAMESPACE/$PUBLISHNAME:$RELEASE_NAME
+ --tag $DOCKER_NAMESPACE/$PUBLISHNAME:$RELEASE_NAME \
59
--platform linux/arm64,linux/amd64
60
done
0 commit comments