debug: tired

This commit is contained in:
2025-12-21 13:01:23 +01:00
parent 13746ee8cc
commit fdb2447862
+2 -1
View File
@@ -30,12 +30,13 @@ jobs:
name: Build & Push to Registry name: Build & Push to Registry
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: test
if: contains(github.ref, 'refs/tags/v')
steps: steps:
- name: Debug ref - name: Debug ref
run: | run: |
echo "github.ref = ${{ github.ref }}" echo "github.ref = ${{ github.ref }}"
echo "GITHUB_REF = $GITHUB_REF" echo "GITHUB_REF = $GITHUB_REF"
echo "github.event_name = ${{ github.event_name }}"
exit 1
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4