This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Log in to registry
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.aranroig.com -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.aranroig.com -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
- name: Build frontend
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user