This commit is contained in:
parent
551a5b3cd7
commit
66d36e015c
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
|
||||
|
||||
- name: debug
|
||||
uses: shell
|
||||
run: |
|
||||
echo "docker host: $DOCKER_HOST"
|
||||
|
||||
- name: Login
|
||||
uses: https://github.com/docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue