1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

CI: replace maintainer label w/ OCI authors label

This commit is contained in:
Nicolas Duchon 2022-01-14 14:39:33 +01:00
parent 0ff39b804c
commit 42c8b0c4c9
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7
3 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
labels: | labels: |
org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Jason Wilder
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }} org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
- name: Set up QEMU - name: Set up QEMU
@ -97,6 +98,7 @@ jobs:
type=semver,suffix=-alpine,pattern={{major}}.{{minor}} type=semver,suffix=-alpine,pattern={{major}}.{{minor}}
type=raw,value=alpine,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} type=raw,value=alpine,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
labels: | labels: |
org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Jason Wilder
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }} org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
flavor: latest=false flavor: latest=false

View File

@ -37,7 +37,6 @@ RUN git clone https://github.com/nginx-proxy/forego/ \
# Build the final image # Build the final image
FROM nginx:1.21.5 FROM nginx:1.21.5
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
ARG NGINX_PROXY_VERSION ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable # Add DOCKER_GEN_VERSION environment variable

View File

@ -38,7 +38,6 @@ RUN git clone https://github.com/nginx-proxy/forego/ \
# Build the final image # Build the final image
FROM nginx:1.21.5-alpine FROM nginx:1.21.5-alpine
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
ARG NGINX_PROXY_VERSION ARG NGINX_PROXY_VERSION
# Add DOCKER_GEN_VERSION environment variable # Add DOCKER_GEN_VERSION environment variable