You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2023/02/27 08:23:01 UTC

[openwhisk-runtime-go] branch master updated: fix rule for building tagged releases (#189)

This is an automated email from the ASF dual-hosted git repository.

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 8568c8f  fix rule for building tagged releases (#189)
8568c8f is described below

commit 8568c8f63c71d9c152ce1e6f669d0049bbaaa12b
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Feb 27 03:22:54 2023 -0500

    fix rule for building tagged releases (#189)
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7601fc9..6bd227b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -105,4 +105,4 @@ jobs:
           elif [ ${RUNTIME_VERSION} == "actionloop" ]; then
             RUNTIME="actionloop"
           fi
-          ./gradlew :core:$RUNTIME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
+          ./gradlew $RUNTIME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG