Skip to content

Commit

Permalink
build wasm go plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 committed Jun 26, 2024
1 parent 2546963 commit 9cad62c
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 @@ -60,7 +60,7 @@ jobs:
oras push $IMAGE ${PLUGIN_DIR}/plugin.tar.gz:application/vnd.oci.image.layer.v1.tar+gzip
break
else
retries=(( retries++ ))
(( retries++ ))
echo "Build failed. Retrying (${retries}/${max_retries})..."
fi
done
Expand Down

0 comments on commit 9cad62c

Please sign in to comment.