We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dfa5d commit 7f1e174Copy full SHA for 7f1e174
1 file changed
.github/workflows/release-x-manual-merge-container-digests.yml
@@ -59,6 +59,15 @@ jobs:
59
60
steps:
61
62
+ - name: Print inputs
63
+ run: |
64
+ echo "Release number: ${{ github.event.inputs.release_number }}"
65
+ echo "Is latest: ${{ github.event.inputs.is_latest }}"
66
+
67
+ - name: Debug inputs
68
69
+ echo "All inputs: ${{ toJson(github.event.inputs) }}"
70
71
# deduce docker org name from git repo to make the build also work in forks
72
- id: Set-docker-org
73
run: echo "DOCKER_ORG=$(echo ${GITHUB_REPOSITORY%%/*} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
0 commit comments