debug: boring

This commit is contained in:
2025-12-21 12:58:17 +01:00
parent f1fd1b11a1
commit 49f31e492f

View File

@@ -30,13 +30,12 @@ jobs:
name: Build & Push to Registry
runs-on: ubuntu-latest
needs: test
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
if: contains(github.ref, 'refs/tags/v')
steps:
- name: Debug ref
run: |
echo "github.ref = ${{ github.ref }}"
echo "github.ref_type = ${{ github.ref_type }}"
echo "github.ref_name = ${{ github.ref_name }}"
echo "GITHUB_REF = $GITHUB_REF"
- name: Checkout code
uses: actions/checkout@v4