fix(ci): always pull latest unstable api image for testing

This commit is contained in:
kolaente 2023-03-14 14:43:20 +01:00 committed by Gitea
parent a64c0c19e5
commit 2deb66855b
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ trigger:
services: services:
- name: api - name: api
image: vikunja/api:unstable image: vikunja/api:unstable
pull: always
environment: environment:
VIKUNJA_SERVICE_TESTINGTOKEN: averyLongSecretToSe33dtheDB VIKUNJA_SERVICE_TESTINGTOKEN: averyLongSecretToSe33dtheDB
VIKUNJA_LOG_LEVEL: DEBUG VIKUNJA_LOG_LEVEL: DEBUG
@ -521,6 +522,6 @@ steps:
from_secret: crowdin_key from_secret: crowdin_key
--- ---
kind: signature kind: signature
hmac: 971875b90c7bb1649d1b00d022d0b594ba9b68f927bf8f0dbe840190816d676b hmac: 303afeb09b75a57ba88720b45dc06c8bf2c7320e19d738d8299f325438246f75
... ...