test docker login
This commit is contained in:
parent
a6e45252a9
commit
19d5853fc1
7
.github/workflows/basket-api.yml
vendored
7
.github/workflows/basket-api.yml
vendored
@ -19,11 +19,8 @@ jobs:
|
|||||||
Login:
|
Login:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
- name: Login to GitHub Docker Registry
|
- name: Login to docker registry
|
||||||
run: docker login ${{ env.registryEndpoint }} -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
run: echo ${{ secrets.PASSWORD }} | docker login -u ${{ secrets.USERNAME }} --password-stdin
|
||||||
env:
|
|
||||||
DOCKER_USERNAME: ${{ secrets.USERNAME }}
|
|
||||||
DOCKER_PASSWORD: ${{ secrets.PASSWORD }}
|
|
||||||
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