upd actions
Docker Build / build (pull_request) Failing after 7s Details

This commit is contained in:
sergey 2024-10-11 11:10:40 +03:00
parent 607d64ef7e
commit 3f4b9b6bac
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: build
run: |
docker login git.sm8255082.ru --username sergey --password ${{ secrets.GSP }}
docker login git.sm8255082.ru --username sergey --password "${{ secrets.GSP }}"
docker build -t osnova-api-alert:latest -f .docker/Dockerfile .
- name: push latest
run: |