We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b1ef7 commit e4f2a5fCopy full SHA for e4f2a5f
.github/actions/deploy/action.yml
@@ -181,6 +181,9 @@ runs:
181
labels: |
182
ethpandaops.io.repo=${{ inputs.source_repository }}
183
ethpandaops.io.commitRef=${{ inputs.source_ref }}
184
+ commit=${{ steps.git_commit_hash.outputs.git_commit_hash }}
185
+ version=${{ inputs.source_ref }}
186
+ buildnum=${{ github.run_number }}
187
- name: Image digest & tags
188
shell: bash
189
if: ${{ inputs.build_script == '' }}
0 commit comments