test login
This commit is contained in:
parent
4dc3473be0
commit
585c129025
3
.github/workflows/basket-api.yml
vendored
3
.github/workflows/basket-api.yml
vendored
@ -20,8 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
- name: Login to docker registry
|
- name: Login to docker registry
|
||||||
run: echo "username:${{ secrets.USERNAME }}"
|
run: echo $PASSWORD | docker login -u $USERNAME --password-stdin
|
||||||
shell: bash
|
|
||||||
BuildContainersForPR_Linux:
|
BuildContainersForPR_Linux:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user