ci: secrets fix
This commit is contained in:
parent
65fba1eebc
commit
55ee22c3a1
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ steps:
|
|||
tags: ${CI_COMMIT_TAG}
|
||||
username: ztsheu
|
||||
password:
|
||||
from_secret: docker-pat
|
||||
from_secret: docker_pat
|
||||
when:
|
||||
- event: tag
|
||||
- name: build docker image
|
||||
|
@ -52,7 +52,7 @@ steps:
|
|||
tags: latest
|
||||
username: ztsheu
|
||||
password:
|
||||
from_secret: docker-pat
|
||||
from_secret: docker_pat
|
||||
when:
|
||||
- event: tag
|
||||
- event: push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue