Skip to content

Commit 43b3013

Browse files
committed
feat: add commit version and buildnum to docker images
1 parent 72b1ef7 commit 43b3013

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/deploy/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ runs:
181181
labels: |
182182
ethpandaops.io.repo=${{ inputs.source_repository }}
183183
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:-}
184187
- name: Image digest & tags
185188
shell: bash
186189
if: ${{ inputs.build_script == '' }}

0 commit comments

Comments
 (0)