2020-04-12 06:19:10 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Use manifest-tool to create the manifest, given the experimental
|
|
|
|
# "docker manifest" command isn't available yet on Docker Hub.
|
|
|
|
|
2020-05-02 16:32:54 +03:00
|
|
|
./manifest-tool push from-spec multi-arch-manifest.yaml --ignore-missing
|