Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 5, 2025
1 parent 3c113ef commit 183c681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/runner/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setup_env()
{
##Version
SBF_VERSION="1.5.1" && echo -e "[+] SBUILD Functions Version: ${SBF_VERSION}" ; unset SBF_VERSION
SBF_VERSION="1.5.2" && echo -e "[+] SBUILD Functions Version: ${SBF_VERSION}" ; unset SBF_VERSION
##Input
INPUT_SBUILD="${1:-$(echo "$@" | tr -d '[:space:]')}"
INPUT_SBUILD_PATH="$(realpath ${INPUT_SBUILD})" ; export INPUT_SBUILD="${INPUT_SBUILD_PATH}"
Expand Down Expand Up @@ -571,7 +571,7 @@ if [[ "${SBUILD_SUCCESSFUL}" == "YES" ]]; then
"version_upstream": (env.PKG_VERSION_UPSTREAM // ""),
"bsum": (env.PKG_BSUM // ""),
"build_date": (env.PKG_DATE // ""),
"build_ghactions": (env.BUILD_GHACTIONS // ""),
"build_gha": (env.BUILD_GHACTIONS // ""),
"build_id": (env.BUILD_ID // ""),
"build_log": (env.BUILD_LOG // ""),
"build_script": (env.SBUILD_SCRIPT_BLOB // ""),
Expand Down Expand Up @@ -757,7 +757,7 @@ if [[ "${SBUILD_SUCCESSFUL}" == "YES" ]] && [[ -s "${GHCR_PKG}" ]]; then
#ghcr_push+=(--annotation "com.github.package.type=soar_pkg")
ghcr_push+=(--annotation "dev.pkgforge.discord=https://discord.gg/djJUs48Zbu")
ghcr_push+=(--annotation "dev.pkgforge.soar.build_date=${PKG_DATE}")
ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghactions=${BUILD_GHACTIONS}")
ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=${BUILD_GHACTIONS}")
ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=${BUILD_ID}")
ghcr_push+=(--annotation "dev.pkgforge.soar.build_log=${BUILD_LOG}")
ghcr_push+=(--annotation "dev.pkgforge.soar.build_script=${SBUILD_SCRIPT:-${BUILD_SCRIPT}}")
Expand Down

0 comments on commit 183c681

Please sign in to comment.