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
No known key found for this signature in database

View file

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