instalo podman otra vez
Some checks failed
Create release from tag / create_release (push) Failing after 47s
Some checks failed
Create release from tag / create_release (push) Failing after 47s
This commit is contained in:
parent
f880ec5acd
commit
2200155d36
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ get_release_files(){
|
||||||
main(){
|
main(){
|
||||||
TAG=${GITHUB_REF#refs/tags/}
|
TAG=${GITHUB_REF#refs/tags/}
|
||||||
VERSION=${TAG#version-}
|
VERSION=${TAG#version-}
|
||||||
|
apt update
|
||||||
apt install -y podman
|
apt install -y podman
|
||||||
build_release_files
|
build_release_files
|
||||||
FILES="$(get_release_files)"
|
FILES="$(get_release_files)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue