diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index b463098..f8aa7b8 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -43,8 +43,8 @@ jobs: images: ${{ env.IMAGE_NAME }} labels: | org.opencontainers.image.title=traefik-forward-auth - org.opencontainers.image.authors=Thom Seddon - org.opencontainers.image.description=Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy + org.opencontainers.image.authors="Thom Seddon" + org.opencontainers.image.description="Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy" org.opencontainers.image.url=https://github.com/flokod/traefik-forward-auth org.opencontainers.image.source=https://github.com/thomseddon/traefik-forward-auth org.opencontainers.image.version=${{ env.VERSION }}