Skip to content

Commit b48816a

Browse files
authored
Merge pull request #12 from arelange/registry-arm64
test first without arguments
2 parents dba8f81 + 556b0b5 commit b48816a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/registry-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ jobs:
101101
args+=(--amend "${ORG_NAME}/${IMAGE}:${rock}")
102102
done
103103
# Create and upload a multi-arch manifest
104+
echo "first test without arguments"
105+
docker manifest create "${ORG_NAME}/${IMAGE}:${VERSION}-edge"
104106
echo "create multi-arch container with args: ${args[@]}"
105-
sudo docker "${args[@]}"
107+
docker "${args[@]}"
106108
# Push to Docker Hub
107109
# docker tag ${ORG_NAME}/${IMAGE}:${VERSION}-edge ${USERNAME}:${VERSION}-edge
108110
# docker push ${USERNAME}/${IMAGE}:${VERSION}-edge

0 commit comments

Comments
 (0)