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
|
- name: Login to registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
|
echo "${{ secrets.GIT_PASS }}" | \
|
||||||
docker login git.ada-dev.ru -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
docker login git.ada-dev.ru -u ${{ secrets.GIT_USER }} --password-stdin
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user