Compare commits
2 commits
a333c03908
...
782465f228
Author | SHA1 | Date | |
---|---|---|---|
782465f228 | |||
7a63e21525 |
1 changed files with 11 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 5 * * 0'
|
||||
|
||||
jobs:
|
||||
build-oci-builder:
|
||||
|
@ -7,8 +9,8 @@ jobs:
|
|||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@v4'
|
||||
|
||||
- name: 'Build image'
|
||||
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
|
||||
|
@ -47,11 +49,11 @@ jobs:
|
|||
needs: 'build-oci-builder'
|
||||
|
||||
steps:
|
||||
- name: Make sure oci-builder originates from current workflow run
|
||||
run: diff <(echo $GITHUB_RUN_ID) /.github_run_id
|
||||
- name: 'Make sure oci-builder originates from current workflow run'
|
||||
run: 'diff <(echo $GITHUB_RUN_ID) /.github_run_id'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@v4'
|
||||
|
||||
- name: 'Build image'
|
||||
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2-compat'
|
||||
|
@ -75,8 +77,8 @@ jobs:
|
|||
needs: 'test-oci-builder'
|
||||
|
||||
steps:
|
||||
- name: Make sure oci-builder originates from current workflow run
|
||||
run: diff <(echo $GITHUB_RUN_ID) /.github_run_id
|
||||
- name: 'Make sure oci-builder originates from current workflow run'
|
||||
run: 'diff <(echo $GITHUB_RUN_ID) /.github_run_id'
|
||||
|
||||
- name: 'Log in to registry'
|
||||
uses: 'actions/podman-login@v1'
|
||||
|
@ -87,4 +89,4 @@ jobs:
|
|||
auth_file_path: '$HOME/.config/containers/auth.json'
|
||||
|
||||
- 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