1
0
Fork 0

ci: Name checkout action steps

This commit is contained in:
ver4a 2025-04-16 17:06:35 +02:00
parent 01e5d4d9bf
commit 14537b7c8c

View file

@ -7,7 +7,8 @@ jobs:
runs-on: 'oci-builder' runs-on: 'oci-builder'
steps: steps:
- uses: actions/checkout@v4 - name: Checkout
uses: actions/checkout@v4
- name: 'Build image' - name: 'Build image'
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat' 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 - name: Make sure oci-builder originates from current workflow run
run: diff <(echo $GITHUB_RUN_ID) /.github_run_id run: diff <(echo $GITHUB_RUN_ID) /.github_run_id
- uses: actions/checkout@v4 - name: Checkout
uses: actions/checkout@v4
- name: 'Build image' - name: 'Build image'
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat' uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'