test docker hub login
This commit is contained in:
parent
b53194b1f8
commit
bba2ef705b
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
echo "Listing files:"
|
echo "Listing files:"
|
||||||
ls -la
|
ls -la
|
||||||
# - name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
# run: |
|
run: |
|
||||||
# echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||||
|
|
||||||
# - name: Build and Push
|
# - name: Build and Push
|
||||||
# run: |
|
# run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue