fix(ci): use correct docker image for desktop rename

This commit is contained in:
kolaente 2024-02-12 16:39:05 +01:00
parent 75eb878e33
commit ef30868514
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -1216,7 +1216,7 @@ steps:
# - build
- name: rename-unstable
image: alpine
image: bash
pull: true
commands:
- cd desktop/dist
@ -1389,6 +1389,6 @@ steps:
- failure
---
kind: signature
hmac: ebaa2b225788f5ff23cc55be29bea1c6fef1507d2c8f8b0f4b927205ae3a3a63
hmac: 701e3ef16ca217178380a0aacb14601828d9c0d43a7c3cc5033ccd3288927850
...