File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ dockers:
89
89
- " --label=org.opencontainers.image.title={{.ProjectName}}"
90
90
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
91
91
- " --label=org.opencontainers.image.version={{.Tag}}"
92
- - " --label=org.opencontainers.image.description=\" FOXDEN Authz service\" "
93
92
94
93
checksum :
95
94
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change @@ -15,4 +15,6 @@ RUN cd $PROJECT && make && cp srv /build
15
15
# RUN mkdir -p /data
16
16
FROM gcr.io/distroless/static as final
17
17
COPY --from=go-builder /build/srv /data
18
- LABEL org.opencontainers.image.description FOXDEN Authz service
18
+ LABEL org.opencontainers.image.description="FOXDEN Authz service"
19
+ LABEL org.opencontainers.image.source=https://github.com/chesscomputing/frontend
20
+ LABEL org.opencontainers.image.licenses=MIT
You can’t perform that action at this time.
0 commit comments