Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit a3786bc

Browse files
committed
add kaniko label if kaniko is enabled
1 parent 2abafeb commit a3786bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/base/helper-scripts/gh-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ fi
4343
if [ "$KANIKO_ENABLED" == "true" ]; then
4444
readonly GH_WORKDIR=$GH_KANIKO_WORKDIR
4545
echo "Build container via Kaniko: enabled"
46+
GH_RUNNER_LABELS="${GH_RUNNER_LABELS},kaniko"
4647
else
4748
readonly GH_WORKDIR=$GH_RUNNER_WORKDIR
4849
echo "Build container via Kaniko: disabled"

0 commit comments

Comments
 (0)