Skip to content

Commit e74189d

Browse files
committed
fix image path
1 parent 9c29ae4 commit e74189d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM cgr.dev/chainguard/static:latest
22

3-
COPY github-actions-exporter /bin/github-actions-exporter
3+
COPY github-actions-exporter /github-actions-exporter
44

55
USER nobody
6-
ENTRYPOINT ["/bin/github-actions-exporter"]
6+
ENTRYPOINT ["/github-actions-exporter"]
77
EXPOSE 9101

0 commit comments

Comments
 (0)