Skip to content

Commit

Permalink
build wasm go plugin fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 committed Jun 26, 2024
1 parent c6b7fcf commit b93f4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-wasm-go-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "Build and push wasm go plugin: ${plugin}"
max_retries=3
retries=0
while [[ "${retries}" -lt "${MAX_RETRIES}" ]]; do
while [[ "${retries}" -lt "${max_retries}" ]]; do
IMAGE="${{ env.IMAGE_REGISTRY_SERVICE }}/${{ env.IMAGE_REPOSITORY }}/wasm-go-${plugin}:${PLUGIN_VERSION}"
PLUGIN_DIR="./extensions/${plugin}"
GOPROXY="https://proxy.golang.org,direct" PLUGIN_NAME="${plugin}" make build
Expand Down

0 comments on commit b93f4cb

Please sign in to comment.