Skip to content

Commit 585c129

Browse files
author
Borja García Rodríguez
committed
test login
1 parent 4dc3473 commit 585c129

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
runs-on: ubuntu-16.04
2121
steps:
2222
- name: Login to docker registry
23-
run: echo "username:${{ secrets.USERNAME }}"
24-
shell: bash
23+
run: echo $PASSWORD | docker login -u $USERNAME --password-stdin
2524
BuildContainersForPR_Linux:
2625
runs-on: ubuntu-16.04
2726
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)