Add debug logging
This commit is contained in:
parent
d8f9268042
commit
e35af96db6
1 changed files with 6 additions and 0 deletions
6
.github/workflows/publish-docker.yml
vendored
6
.github/workflows/publish-docker.yml
vendored
|
|
@ -31,6 +31,12 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "github.ref: ${{ github.ref }}"
|
||||
echo "github.ref_type: ${{ github.ref_type }}"
|
||||
echo "github.event_name: ${{ github.event_name }}"
|
||||
|
||||
# Install the cosign tool except on PR
|
||||
# https://github.com/sigstore/cosign-installer
|
||||
- name: Install cosign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue