debug: wondering why prod image is not starting to build
This commit is contained in:
@@ -32,6 +32,9 @@ jobs:
|
||||
needs: test
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- name: Debug ref
|
||||
run: echo "github.ref = ${{ github.ref }}"
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user