From 8266587e9f0ce1a7521df11c74d931fabea6b966 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 15:15:01 -0700 Subject: [PATCH] fix dockerhub wrong tag --- curl-travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-travis b/curl-travis index 4a9c7e31..99c96f81 100644 --- a/curl-travis +++ b/curl-travis @@ -1,3 +1,3 @@ #!/bin/bash -curl -H "Content-Type: application/json" --data '{"docker_tag": "env"}' -X POST https://registry.hub.docker.com/u/chabad360/frappe/trigger/$hubkey/ \ No newline at end of file +curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST https://registry.hub.docker.com/u/chabad360/frappe/trigger/$hubkey/ \ No newline at end of file