6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Use manifest-tool to create the manifest, given the experimental
|
||
|
# "docker manifest" command isn't available yet on Docker Hub.
|
||
|
|
||
|
./manifest-tool push from-spec multi-arch-manifest.yaml
|