We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b3013 commit e2d14c2Copy full SHA for e2d14c2
1 file changed
.github/actions/deploy/action.yml
@@ -183,7 +183,7 @@ runs:
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:-}
+ buildnum=${{ github.run_number }}
187
- name: Image digest & tags
188
shell: bash
189
if: ${{ inputs.build_script == '' }}
0 commit comments