We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
org.opencontainers.image.source
1 parent e7822a0 commit 1b3b149Copy full SHA for 1b3b149
Dockerfile
@@ -16,6 +16,7 @@ RUN go build \
16
RUN strip /bin/action
17
18
FROM scratch
19
+LABEL org.opencontainers.image.source=https://github.com/buildpacks/github-actions
20
COPY --from=build-stage /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
21
COPY --from=build-stage /bin/action /bin/action
22
ENTRYPOINT ["/bin/action"]
0 commit comments