Fix Docker login credentials in deployment workflow
Build and Push / build (push) Successful in 1m45s
Build and Push / build (push) Successful in 1m45s
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
|
||||
- name: Login to registry
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
|
||||
docker login git.ada-dev.ru -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||
echo "${{ secrets.GIT_PASS }}" | \
|
||||
docker login git.ada-dev.ru -u ${{ secrets.GIT_USER }} --password-stdin
|
||||
|
||||
- name: Build and push
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user