mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Outdated docker image tags for 2.0.0-alpha release (#2174)
This commit is contained in:
committed by
Troy McConaghy
parent
58432807a0
commit
7683ea00fc
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t bigchaindb/nginx_https:unstable .
|
||||
docker build -t bigchaindb/nginx_https:2.0.0-alpha .
|
||||
|
||||
docker push bigchaindb/nginx_https:unstable
|
||||
docker push bigchaindb/nginx_https:2.0.0-alpha
|
||||
|
||||
Reference in New Issue
Block a user