mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Change docker login password setup to stdin
This commit is contained in:
parent
0dcc12dad0
commit
2f3eeb5959
@ -67,7 +67,7 @@ jobs:
|
||||
- run:
|
||||
name: Create and publish release
|
||||
command: |
|
||||
docker login -u $CI_REGISTY_USER -p $CI_REGISTY_PASSWORD $CI_REGISTRY
|
||||
echo "$CI_REGISTY_PASSWORD" | docker login -u $CI_REGISTY_USER --password-stdin $CI_REGISTRY
|
||||
goreleaser
|
||||
|
||||
workflows:
|
||||
|
Loading…
Reference in New Issue
Block a user