Skip to content

Commit

Permalink
[build] Try to fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
alorence committed Nov 30, 2024
1 parent af328cb commit 4a56cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4a56cf2

Please sign in to comment.