ci: attempt at fixing docker step 2

rm `logins:` from `next` step
This commit is contained in:
perennial
2024-09-16 23:46:21 +10:00
parent 0a8e9b640c
commit 97fed77200
+4 -1
View File
@@ -34,7 +34,10 @@ steps:
settings:
dockerfile: Dockerfile
repo: vnpower/pixivfe
logins: *publish_logins
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tag: [next, 'next-${CI_COMMIT_SHA:0:10}']
when:
- event: [ push ]