From c8858f6cfb7f0d256f40c7c7be6450c39824e99f Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 22 Apr 2019 13:27:26 +0200 Subject: [PATCH] Fixed xgo docker image --- .drone1.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone1.yml b/.drone1.yml index e612835771f..20fcb98181f 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -143,13 +143,13 @@ steps: - git fetch --tags - name: before-static-build - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true commands: - make release-dirs - name: static-build-windows - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true environment: GOPATH: /srv/app @@ -158,7 +158,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-linux - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true environment: GOPATH: /srv/app @@ -167,7 +167,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-darwin - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true environment: GOPATH: /srv/app @@ -176,7 +176,7 @@ steps: depends_on: [ before-static-build ] - name: after-build-static - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true depends_on: - static-build-windows @@ -331,13 +331,13 @@ steps: - git fetch --tags - name: before-static-build - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true commands: - make release-dirs - name: static-build-windows - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true environment: GOPATH: /srv/app @@ -346,7 +346,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-linux - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true environment: GOPATH: /srv/app @@ -355,7 +355,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-darwin - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true environment: GOPATH: /srv/app @@ -364,7 +364,7 @@ steps: depends_on: [ before-static-build ] - name: after-build-static - image: src.techknowlogick.com/xgo:latest + image: techknowlogick/xgo:latest pull: true depends_on: - static-build-windows