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 <[email protected]>
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

Reply via email to