Sha256: ef0a64439e913c31ed44477754c5b61a6e840b7bd3ffa923c6f8199864627536
Contents?: true
Size: 273 Bytes
Versions: 13
Compression:
Stored size: 273 Bytes
Contents
#!/bin/sh VERSION_TAG=`grep bullion Gemfile.lock | head -n 1 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+'` docker tag bullion:local jgnagy/bullion:$VERSION_TAG docker tag bullion:local jgnagy/bullion:latest docker push jgnagy/bullion:$VERSION_TAG docker push jgnagy/bullion:latest
Version data entries
13 entries across 13 versions & 1 rubygems