File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
push :
3
3
tags :
4
4
- ' *'
5
+ workflow_dispatch :
5
6
6
7
defaults :
7
8
run :
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ FROM scratch
44
44
45
45
# Labels
46
46
# Reference: https://github.com/opencontainers/image-spec/blob/main/annotations.md
47
- LABEL org.opencontainers.image.source "https://github.com/lmaotrigine/heartbeat"
48
- LABEL org.opencontainers.image.authors
"[email protected] "
49
- LABEL org.opencontainers.image.title "heartbeat"
50
- LABEL org.opencontainers.image.description "A service to show a live digital heartbeat (ping) on multiple devices."
51
- LABEL org.opencontainers.image.licenses "MPL-2.0"
47
+ LABEL org.opencontainers.image.source= "https://github.com/lmaotrigine/heartbeat"
48
+ LABEL org.opencontainers.image.authors
= "[email protected] "
49
+ LABEL org.opencontainers.image.title= "heartbeat"
50
+ LABEL org.opencontainers.image.description= "A service to show a live digital heartbeat (ping) on multiple devices."
51
+ LABEL org.opencontainers.image.licenses= "MPL-2.0"
52
52
53
53
COPY --from=build /usr/src/app/target/release/heartbeat /.heartbeat/bin/heartbeat
54
54
ENV HEARTBEAT_HOME=/.heartbeat
You can’t perform that action at this time.
0 commit comments