We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d5853 commit 7d6dea7Copy full SHA for 7d6dea7
1 file changed
.github/workflows/basket-api.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-16.04
21
steps:
22
- name: Login to docker registry
23
- run: echo ${{ secrets.PASSWORD }} | docker login -u ${{ secrets.USERNAME }} --password-stdin
+ run: echo ${{ secrets.USERNAME }}
24
BuildContainersForPR_Linux:
25
26
if: ${{ github.event_name == 'pull_request' }}
0 commit comments