We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a224dea commit 164a9dfCopy full SHA for 164a9df
Dockerfile
@@ -8,12 +8,12 @@ ARG GIT_COMMIT
8
ARG GIT_REMOTE
9
ARG VERSION
10
11
-LABEL org.opencontainers.image.authors="@felddy"
+LABEL org.opencontainers.image.authors="@felddy @mcdonnnj"
12
LABEL org.opencontainers.image.licenses="CC0-1.0"
13
LABEL org.opencontainers.image.revision=${GIT_COMMIT}
14
LABEL org.opencontainers.image.source=${GIT_REMOTE}
15
LABEL org.opencontainers.image.title="Lineage GitHub Action"
16
-LABEL org.opencontainers.image.vendor="Cyber and Infrastructure Security Agency"
+LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"
17
LABEL org.opencontainers.image.version=${VERSION}
18
19
COPY . ./
0 commit comments