forked from External/greenlight
logout docker after pushing image
This commit is contained in:
parent
41c9e7798f
commit
37a75152ef
|
@ -102,7 +102,7 @@ class @Recordings
|
|||
};
|
||||
$('#recordings').tooltip(options)
|
||||
|
||||
$(document).on "turbolinks:before-cache", =>
|
||||
$(document).one "turbolinks:before-cache", =>
|
||||
@getTable().api().clear().draw().destroy()
|
||||
|
||||
# enable popovers
|
||||
|
|
|
@ -4,3 +4,5 @@ docker build -f Dockerfile.prod -t zachblind/greenlight:master .
|
|||
|
||||
docker login -e zachary.chai@blindsidenetworks.com -u $DOCKER_USER -p $DOCKER_PASS
|
||||
docker push zachblind/greenlight:master
|
||||
|
||||
docker logout
|
||||
|
|
Loading…
Reference in New Issue