Skip to content

Commit e2d14c2

Browse files
committed
fix build num
1 parent 43b3013 commit e2d14c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ runs:
183183
ethpandaops.io.commitRef=${{ inputs.source_ref }}
184184
commit=${{ steps.git_commit_hash.outputs.git_commit_hash }}
185185
version=${{ inputs.source_ref }}
186-
buildnum=${GITHUB_RUN_NUMBER:-}
186+
buildnum=${{ github.run_number }}
187187
- name: Image digest & tags
188188
shell: bash
189189
if: ${{ inputs.build_script == '' }}

0 commit comments

Comments
 (0)