fix: repair docker login syntax
This commit is contained in:
@@ -20,10 +20,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Login u Gitea registry
|
- name: Login u Gitea registry
|
||||||
run: |
|
- run: echo "${{ secrets.REGISTRY_PASS }}" | docker login ${{ env.REGISTRY }} -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||||
echo ${{ secrets.REGISTRY_PASS }} | \
|
|
||||||
docker login $REGISTRY \
|
|
||||||
-u ${{ secrets.REGISTRY_USER }} --stdin
|
|
||||||
|
|
||||||
- name: Build i Push image
|
- name: Build i Push image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user