mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
snap: fix snap release channel
According to the new snap document `docs/install/snap-installation-guide.md`, Kata Containers 2.x should be available in the snapcraft `candidate` channel. fixes #1174 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
4bca7312c7
commit
8e5603e6a8
2
.github/workflows/snap-release.yaml
vendored
2
.github/workflows/snap-release.yaml
vendored
@ -33,5 +33,5 @@ jobs:
|
|||||||
snap_file="kata-containers_${snap_version}_amd64.snap"
|
snap_file="kata-containers_${snap_version}_amd64.snap"
|
||||||
# Upload the snap if it exists
|
# Upload the snap if it exists
|
||||||
if [ -f ${snap_file} ]; then
|
if [ -f ${snap_file} ]; then
|
||||||
snapcraft upload --release=stable ${snap_file}
|
snapcraft upload --release=candidate ${snap_file}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user