From ba1b82068250dabec32b3c2e1c82911e652154cf Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Thu, 2 Jan 2025 23:06:38 +0100 Subject: [PATCH] Detect GitHub actions correctly --- ci/build-docker-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-docker-image.sh b/ci/build-docker-image.sh index 17035b9..db80c0f 100755 --- a/ci/build-docker-image.sh +++ b/ci/build-docker-image.sh @@ -45,7 +45,7 @@ docker_command=( ) # if we are building on GitHub actions, we can also push the resulting image -if [[ "${GITHUB_CI:-}" != "" ]]; then +if [[ "${GITHUB_ACTIONS:-}" != "" ]]; then echo "Going to push built image" docker_command+=( --cache-to inline