ci: Name checkout action steps
This commit is contained in:
parent
01e5d4d9bf
commit
14537b7c8c
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,8 @@ jobs:
|
|||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image'
|
||||
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
|
||||
|
@ -49,7 +50,8 @@ jobs:
|
|||
- name: Make sure oci-builder originates from current workflow run
|
||||
run: diff <(echo $GITHUB_RUN_ID) /.github_run_id
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image'
|
||||
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue