mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
Merge pull request #8473 from ldoktor/artifacts
stable-3.2 | gha: Keep kata tarballs for 15 days
This commit is contained in:
commit
15e85b8ce7
@ -104,7 +104,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-artifacts-amd64${{ inputs.tarball-suffix }}
|
name: kata-artifacts-amd64${{ inputs.tarball-suffix }}
|
||||||
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
create-kata-tarball:
|
create-kata-tarball:
|
||||||
@ -133,5 +133,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-static-tarball-amd64${{ inputs.tarball-suffix }}
|
name: kata-static-tarball-amd64${{ inputs.tarball-suffix }}
|
||||||
path: kata-static.tar.xz
|
path: kata-static.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-artifacts-arm64${{ inputs.tarball-suffix }}
|
name: kata-artifacts-arm64${{ inputs.tarball-suffix }}
|
||||||
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
create-kata-tarball:
|
create-kata-tarball:
|
||||||
@ -116,5 +116,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-static-tarball-arm64${{ inputs.tarball-suffix }}
|
name: kata-static-tarball-arm64${{ inputs.tarball-suffix }}
|
||||||
path: kata-static.tar.xz
|
path: kata-static.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-artifacts-s390x${{ inputs.tarball-suffix }}
|
name: kata-artifacts-s390x${{ inputs.tarball-suffix }}
|
||||||
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
create-kata-tarball:
|
create-kata-tarball:
|
||||||
@ -113,5 +113,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-static-tarball-s390x${{ inputs.tarball-suffix }}
|
name: kata-static-tarball-s390x${{ inputs.tarball-suffix }}
|
||||||
path: kata-static.tar.xz
|
path: kata-static.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user