We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba8f81 + 556b0b5 commit b48816aCopy full SHA for b48816a
.github/workflows/registry-actions.yml
@@ -101,8 +101,10 @@ jobs:
101
args+=(--amend "${ORG_NAME}/${IMAGE}:${rock}")
102
done
103
# Create and upload a multi-arch manifest
104
+ echo "first test without arguments"
105
+ docker manifest create "${ORG_NAME}/${IMAGE}:${VERSION}-edge"
106
echo "create multi-arch container with args: ${args[@]}"
- sudo docker "${args[@]}"
107
+ docker "${args[@]}"
108
# Push to Docker Hub
109
# docker tag ${ORG_NAME}/${IMAGE}:${VERSION}-edge ${USERNAME}:${VERSION}-edge
110
# docker push ${USERNAME}/${IMAGE}:${VERSION}-edge
0 commit comments