debug: boring

This commit is contained in:
2025-12-21 12:58:17 +01:00
parent f1fd1b11a1
commit 49f31e492f
+2 -3
View File
@@ -30,13 +30,12 @@ jobs:
name: Build & Push to Registry name: Build & Push to Registry
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: test
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v') 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_type = ${{ github.ref_type }}" echo "GITHUB_REF = $GITHUB_REF"
echo "github.ref_name = ${{ github.ref_name }}"
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4