Skip to content

Commit b429924

Browse files
committed
ci: replace maintainer label w/ OCI authors label
1 parent cf48957 commit b429924

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
type=semver,pattern={{major}}.{{minor}}
4747
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
4848
labels: |
49+
org.opencontainers.image.authors=Nicolas Duchon <[email protected]> (@buchdag), Jason Wilder
4950
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
5051
5152
- name: Get Docker tags for Debian based image
@@ -61,6 +62,7 @@ jobs:
6162
type=semver,suffix=-debian,pattern={{major}}.{{minor}}
6263
type=raw,value=debian,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
6364
labels: |
65+
org.opencontainers.image.authors=Nicolas Duchon <[email protected]> (@buchdag), Jason Wilder
6466
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
6567
flavor: latest=false
6668

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}"
1414

1515
FROM alpine:3.13
1616

17-
LABEL maintainer="Nicolas Duchon <[email protected]> (@buchdag)"
18-
1917
ENV DOCKER_HOST unix:///tmp/docker.sock
2018

2119
# Install packages required by the image

Dockerfile.debian

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ RUN GOOS=linux go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen
1414

1515
FROM debian:11-slim
1616

17-
LABEL maintainer="Nicolas Duchon <[email protected]> (@buchdag)"
18-
1917
ENV DOCKER_HOST unix:///tmp/docker.sock
2018

2119
# Install packages required by the image

0 commit comments

Comments
 (0)