We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a408c commit cd4016dCopy full SHA for cd4016d
1 file changed
.github/workflows/release.yml
@@ -77,15 +77,6 @@ jobs:
77
fetch-tags: true
78
ref: ${{ needs.release.outputs.release_sha }}
79
80
- - name: Debug release refs
81
- run: |
82
- echo "new_release_version=${{ needs.release.outputs.new_release_version }}"
83
- echo "release_sha=${{ needs.release.outputs.release_sha }}"
84
- echo "release_tag=${{ needs.release.outputs.new_release_git_tag }}"
85
- git rev-parse HEAD
86
- git show --no-patch --oneline
87
- git tag --points-at HEAD
88
-
89
- name: Login to DockerHub
90
uses: docker/login-action@v3
91
with:
0 commit comments