Sha256: 6c5af86e22e3b32acf195df484d53e8852d517a550efef222023912ce24d42b8
Contents?: true
Size: 244 Bytes
Versions: 4
Compression:
Stored size: 244 Bytes
Contents
#!/bin/bash -ex TAG=$(< VERSION) ARCH="$1" if [ -z "$ARCH" ]; then ARCH="amd64" fi for t in $(./image-tags); do docker tag "debify:$TAG" "registry.tld/conjurinc/debify:$t-$ARCH" docker push "registry.tld/conjurinc/debify:$t-$ARCH" done
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
conjur-debify-3.0.3.pre.216 | push-image.sh |
conjur-debify-3.0.3.pre.145 | push-image.sh |
conjur-debify-3.0.3.pre.10 | push-image.sh |
conjur-debify-3.0.3.pre.9 | push-image.sh |