Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
#30 add version number to config image
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Aug 15, 2016
1 parent a8dd111 commit e642b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/build_config_images_dfc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

docker build -t dfc-de-db.edc.renci.org/config_de:2.5 -f DockerfileConfigs .
docker push dfc-de-db.edc.renci.org/config_de:2.5
docker build -t dfc-de-db.edc.renci.org:443/config_de:2.5 -f DockerfileConfigs .
docker push dfc-de-db.edc.renci.org:443/config_de:2.5

0 comments on commit e642b00

Please sign in to comment.