debug: wondering why prod image is not starting to build
All checks were successful
CI/CD Awesome Pipeline / Test (push) Successful in 37s
CI/CD Awesome Pipeline / Build & Push to Registry (push) Has been skipped

This commit is contained in:
2025-12-21 12:49:24 +01:00
parent 340c54b3d8
commit 566f0f6ea2

View File

@@ -32,6 +32,9 @@ jobs:
needs: test needs: test
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
steps: steps:
- name: Debug ref
run: echo "github.ref = ${{ github.ref }}"
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4