Заменил логин/пароль на токен в ci/cd
This commit is contained in:
parent
7b27c54dcd
commit
8903ecd254
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ jobs:
|
||||||
uses: https://git.urec56.ru/urec/login-action@v3
|
uses: https://git.urec56.ru/urec/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.urec56.ru
|
registry: git.urec56.ru
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ forge.actor }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
|
||||||
- name: Generate .env
|
- name: Generate .env
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue