Skip to content

Commit

Permalink
Resolves Actions warning on label formatting (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpepping authored Aug 17, 2024
1 parent b71635a commit b2897de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.10-slim-bullseye

LABEL maintainer "Martijn Pepping <[email protected]>"
LABEL org.opencontainers.image.authors "Martijn Pepping <[email protected]>"
LABEL org.opencontainers.image.description "Solarman MQTT published API data of supported PV systems to MQTT."
LABEL org.opencontainers.image.source "https://github.com/mpepping/solarman-mqtt"
LABEL org.opencontainers.image.title "Solarman MQTT"
LABEL org.opencontainers.image.url "https://github.com/mpepping/solarman-mqtt/pkgs/container/solarman-mqtt"
LABEL maintainer="Martijn Pepping <[email protected]>"
LABEL org.opencontainers.image.authors="Martijn Pepping <[email protected]>"
LABEL org.opencontainers.image.description="Solarman MQTT published API data of supported PV systems to MQTT."
LABEL org.opencontainers.image.source="https://github.com/mpepping/solarman-mqtt"
LABEL org.opencontainers.image.title="Solarman MQTT"
LABEL org.opencontainers.image.url="https://github.com/mpepping/solarman-mqtt/pkgs/container/solarman-mqtt"

ADD . /opt/app-root/src/
WORKDIR /opt/app-root/src
Expand Down

0 comments on commit b2897de

Please sign in to comment.