fix: update docker login command to use --password-stdin
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.REGISTRY_PASS }} | \
|
echo ${{ secrets.REGISTRY_PASS }} | \
|
||||||
docker login $REGISTRY \
|
docker login $REGISTRY \
|
||||||
-u ${{ secrets.REGISTRY_USER }} --stdin
|
-u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||||
|
|
||||||
- name: Build i Push image
|
- name: Build i Push image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user