Skip to content

Commit 164a9df

Browse files
committed
Update the Dockerfile labels
Update to correctly use the full form of CISA and add myself as an author.
1 parent a224dea commit 164a9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ARG GIT_COMMIT
88
ARG GIT_REMOTE
99
ARG VERSION
1010

11-
LABEL org.opencontainers.image.authors="@felddy"
11+
LABEL org.opencontainers.image.authors="@felddy @mcdonnnj"
1212
LABEL org.opencontainers.image.licenses="CC0-1.0"
1313
LABEL org.opencontainers.image.revision=${GIT_COMMIT}
1414
LABEL org.opencontainers.image.source=${GIT_REMOTE}
1515
LABEL org.opencontainers.image.title="Lineage GitHub Action"
16-
LABEL org.opencontainers.image.vendor="Cyber and Infrastructure Security Agency"
16+
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"
1717
LABEL org.opencontainers.image.version=${VERSION}
1818

1919
COPY . ./

0 commit comments

Comments
 (0)