Skip to content

Commit e4f2a5f

Browse files
authored
feat: add commit version and buildnum to docker images (#291)
1 parent 72b1ef7 commit e4f2a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)