add debug print
Some checks failed
/ docker (push) Failing after 48s

This commit is contained in:
Melody Becker 2025-01-11 12:32:11 +01:00
parent 87356409ec
commit ce76eb77bf
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8

View file

@ -7,6 +7,7 @@ jobs:
docker:
runs-on: ubuntu-22.04
steps:
- run: "echo reg: ${{ env.GITHUB_SERVER_URL }}, act: ${{ github.actor }}, sec: ${{ secrets.GITHUB_TOKEN }}"
-
name: Login to Registry
uses: docker/login-action@v3