Fix Docker login credentials in deployment workflow
Build and Push / build (push) Successful in 1m45s

This commit is contained in:
Dmitry
2026-05-17 17:30:10 +03:00
parent 8adfa7bd93
commit 4c8e7b9762
+2 -2
View File
@@ -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: |