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 dde98d9 commit daa7153Copy full SHA for daa7153
Dockerfile
@@ -1,5 +1,9 @@
1
FROM alpine:3
2
-LABEL maintainer="deeagle <[email protected]>"
+LABEL org.opencontainers.image.authors="Martin Kock <[email protected]>" \
3
+ org.opencontainers.image.url="https://github.com/deeagle/semantic-release-gitea-container" \
4
+ org.opencontainers.image.title="Semantic-Release 4 Gitea/Drone-CI." \
5
+ org.opencontainers.image.description="The tool semantic-release within a container for Gitea/Drone-CI setups." \
6
+ org.opencontainers.image.vendor="deeagle.de"
7
8
WORKDIR /app
9
0 commit comments