Browse Source

test echo

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
7d6dea789a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- name: Login to docker registry
run: echo ${{ secrets.PASSWORD }} | docker login -u ${{ secrets.USERNAME }} --password-stdin
run: echo ${{ secrets.USERNAME }}
BuildContainersForPR_Linux:
runs-on: ubuntu-16.04
if: ${{ github.event_name == 'pull_request' }}


Loading…
Cancel
Save