parent
b1c914b925
commit
c5cc132558
1 changed files with 5 additions and 1 deletions
|
@ -15,9 +15,13 @@ jobs:
|
||||||
- name: debug
|
- name: debug
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "env from config: $A_TEST_ENV_NAME_1:"
|
echo "env from config: $A_TEST_ENV_NAME_1"
|
||||||
echo "docker host: $DOCKER_HOST"
|
echo "docker host: $DOCKER_HOST"
|
||||||
|
|
||||||
|
ping -c 4 docker
|
||||||
|
ping -c 4 docker-in-docker
|
||||||
|
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: https://github.com/docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
|
uses: https://github.com/docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue