debug show docker host
Some checks failed
/ docker (push) Failing after 0s

This commit is contained in:
Oliver Lippert 2024-10-12 09:04:44 +02:00
parent 551a5b3cd7
commit 66d36e015c
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -12,6 +12,11 @@ jobs:
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
- name: debug
uses: shell
run: |
echo "docker host: $DOCKER_HOST"
- 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: