Fixed variable format
This commit is contained in:
parent
c5ab2681b3
commit
59f5df4b8e
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -7,8 +7,8 @@ on:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
DHUB_UNAME: {{ secrets.DHUB_UNAME }}
|
||||
DHUB_PWORD: {{ secrets.DHUB_PWORD }}
|
||||
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
|
||||
DHUB_PWORD: ${{ secrets.DHUB_PWORD }}
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user