ci: Make quoting consistent
This commit is contained in:
parent
7a63e21525
commit
782465f228
1 changed files with 9 additions and 9 deletions
|
@ -9,8 +9,8 @@ jobs:
|
||||||
runs-on: 'oci-builder'
|
runs-on: 'oci-builder'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v4
|
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,11 +49,11 @@ jobs:
|
||||||
needs: 'build-oci-builder'
|
needs: 'build-oci-builder'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- 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'
|
||||||
|
|
||||||
- name: Checkout
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v4
|
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'
|
||||||
|
@ -77,8 +77,8 @@ jobs:
|
||||||
needs: 'test-oci-builder'
|
needs: 'test-oci-builder'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- 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'
|
||||||
|
|
||||||
- name: 'Log in to registry'
|
- name: 'Log in to registry'
|
||||||
uses: 'actions/podman-login@v1'
|
uses: 'actions/podman-login@v1'
|
||||||
|
@ -89,4 +89,4 @@ jobs:
|
||||||
auth_file_path: '$HOME/.config/containers/auth.json'
|
auth_file_path: '$HOME/.config/containers/auth.json'
|
||||||
|
|
||||||
- name: 'Move :ci-dev to :stable'
|
- name: 'Move :ci-dev to :stable'
|
||||||
run: skopeo copy docker://registry.uncontrol.me/ver4a/oci-builder:ci-dev docker://registry.uncontrol.me/ver4a/oci-builder:stable
|
run: 'skopeo copy docker://registry.uncontrol.me/ver4a/oci-builder:ci-dev docker://registry.uncontrol.me/ver4a/oci-builder:stable'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue