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.
1 parent 9c29ae4 commit e74189dCopy full SHA for e74189d
Dockerfile
@@ -1,7 +1,7 @@
1
FROM cgr.dev/chainguard/static:latest
2
3
-COPY github-actions-exporter /bin/github-actions-exporter
+COPY github-actions-exporter /github-actions-exporter
4
5
USER nobody
6
-ENTRYPOINT ["/bin/github-actions-exporter"]
+ENTRYPOINT ["/github-actions-exporter"]
7
EXPOSE 9101
0 commit comments