From 47aca44551070a7ec8f3373c398fd4da9699fd4a Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 22 Mar 2021 18:22:41 +0300 Subject: [PATCH] rename docker imgs --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27cc9cd..f14a52c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: linux-build steps: - name: linux-build - image: wowlet-linux:latest + image: wowlet/wowlet-linux:v0.1 commands: - make release-static -j2 @@ -14,8 +14,8 @@ kind: pipeline type: docker name: windows-build steps: - - name: build - image: wowlet-windows:latest + - name: windows-build + image: wowlet/wowlet-win:v0.1 commands: - make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j2