From 79cf6ed704dc5df61ba58c3ccd8ff3bfa87a2b94 Mon Sep 17 00:00:00 2001 From: ange Date: Tue, 30 Apr 2024 19:35:40 +0200 Subject: [PATCH] feat: context arg from dockerfile path --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index bc46e28..a4a1683 100755 --- a/build.sh +++ b/build.sh @@ -22,5 +22,6 @@ case "$ACTION_TLS" in esac exec $ACTION \ + --context "${ACTION_DOCKERFILE%/*}" \ --dockerfile "$ACTION_DOCKERFILE" \ --destination "$ACTION_REGISTRY/$ACTION_IMAGE"