rename docker imgs

openvr-qml-windows
wowario 3 years ago
parent 6b7b4badcd
commit 47aca44551
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -5,7 +5,7 @@ name: linux-build
steps: steps:
- name: linux-build - name: linux-build
image: wowlet-linux:latest image: wowlet/wowlet-linux:v0.1
commands: commands:
- make release-static -j2 - make release-static -j2
@ -14,8 +14,8 @@ kind: pipeline
type: docker type: docker
name: windows-build name: windows-build
steps: steps:
- name: build - name: windows-build
image: wowlet-windows:latest image: wowlet/wowlet-win:v0.1
commands: commands:
- make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j2 - make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j2

Loading…
Cancel
Save