Skip to content

Commit 7d6dea7

Browse files
author
Borja García Rodríguez
committed
test echo
1 parent 19d5853 commit 7d6dea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-16.04
2121
steps:
2222
- name: Login to docker registry
23-
run: echo ${{ secrets.PASSWORD }} | docker login -u ${{ secrets.USERNAME }} --password-stdin
23+
run: echo ${{ secrets.USERNAME }}
2424
BuildContainersForPR_Linux:
2525
runs-on: ubuntu-16.04
2626
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)