We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973fba1 commit 58ab330Copy full SHA for 58ab330
Dockerfile
@@ -20,4 +20,4 @@ RUN mkdir -p ./build/plugins
20
RUN go build -o ./build/cli .
21
22
# Build the plugin
23
-RUN go build -o ./build/plugins/authorizer ./plugin
+RUN go build -o ./build/plugins/authorizer ./plugin-go
0 commit comments