1
0
Fork 0

Compare commits

..

No commits in common. "782465f228edacae6fa53d61806bcf26f076e6fc" and "a333c0390893eb326580f4cb7a109dedeb3d364f" have entirely different histories.

View file

@ -1,7 +1,5 @@
on: on:
push: push:
schedule:
- cron: '0 5 * * 0'
jobs: jobs:
build-oci-builder: build-oci-builder:
@ -9,8 +7,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 +47,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 +75,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 +87,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