mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-30 23:06:27 +00:00
Merge pull request #9647 from stevenhorsman/fix-artefact-tags-unbound-variable
ci: cache: Fix unbound variable
This commit is contained in:
commit
33e6b241ba
@ -1177,7 +1177,7 @@ handle_build() {
|
||||
esac
|
||||
|
||||
tags=(latest-${TARGET_BRANCH}-$(uname -m))
|
||||
if [ -n "${artefact_tag}" ]; then
|
||||
if [ -n "${artefact_tag:-}" ]; then
|
||||
tags+=("${artefact_tag}")
|
||||
fi
|
||||
if [ "${RELEASE}" == "yes" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user