Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
28bf85ddaa
commit
0e2343aac3
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.DOCKERHUB_USERNAME }}
|
echo DHU: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
echo DHT: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
env
|
env
|
||||||
false
|
false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue