revert login
This commit is contained in:
parent
585c129025
commit
29f6eca155
12
.github/workflows/basket-api.yml
vendored
12
.github/workflows/basket-api.yml
vendored
@ -16,11 +16,15 @@ env:
|
|||||||
image: basket.api
|
image: basket.api
|
||||||
branch: $(echo ${GITHUB_REF#refs/heads/})
|
branch: $(echo ${GITHUB_REF#refs/heads/})
|
||||||
jobs:
|
jobs:
|
||||||
Login:
|
login:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Login to docker registry
|
- name: Login to Container Registry
|
||||||
run: echo $PASSWORD | docker login -u $USERNAME --password-stdin
|
uses: docker/login-action@v1
|
||||||
|
with:
|
||||||
|
registry: ${{ env.registryEndpoint }}
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
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