Changing docker image. (#813)

Changing docker image.

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/813
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-Authored-By: opyale <opyale@noreply.codeberg.org>
Co-Committed-By: opyale <opyale@noreply.codeberg.org>
This commit is contained in:
opyale 2021-01-27 00:24:50 +01:00 committed by 6543
parent d0c06a65f4
commit 7faf800d02
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ stages:
- publish
on_setup:
image: tutum/curl
image: jgoclawski/wget:1.0
stage: .pre
only:
- master
@ -72,7 +72,7 @@ release:
- curl -T "$PLUGIN_FILE" -u "$WEBDAV_USERNAME":"$WEBDAV_PASSWORD" 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/gitnex/releases/'"$CI_COMMIT_REF_NAME"'.apk'
on_success:
image: tutum/curl
image: jgoclawski/wget:1.0
stage: .post
only:
- master
@ -86,7 +86,7 @@ on_success:
when: on_success
on_failure:
image: tutum/curl
image: jgoclawski/wget:1.0
stage: .post
only:
- master