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