first commit
Some checks failed
Docker / build (push) Failing after 20s

This commit is contained in:
Sthope 2025-03-18 20:42:09 +01:00
parent e6bf92f1a1
commit 09a66e35e0

View File

@ -32,7 +32,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Debug: Print Repository Information
- name: Debug Print Repository Information
run: |
echo "Repository: ${{ github.repository }}" # Print the full repository name (owner/repo)
echo "IMAGE (parsed from repo): ${{ env.IMAGE }}" # Print the value of IMAGE (expected to be full repo name)