Skip to content

Commit 07806cd

Browse files
committed
fix some docker lints
1 parent 8bec342 commit 07806cd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
tags:
44
- '*'
5+
workflow_dispatch:
56

67
defaults:
78
run:

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ FROM scratch
4444

4545
# Labels
4646
# 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"
5252

5353
COPY --from=build /usr/src/app/target/release/heartbeat /.heartbeat/bin/heartbeat
5454
ENV HEARTBEAT_HOME=/.heartbeat

0 commit comments

Comments
 (0)