Skip to content

Commit

Permalink
Setup ubuntu-24 base image + reconfigure annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
alorence committed Dec 13, 2024
1 parent 0445279 commit a1ddd9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
push_to_registry:
name: Build & Push image to registry
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
packages: write
Expand Down Expand Up @@ -42,11 +42,9 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
annotations: |
org.opencontainers.image.description="Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy"
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.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 a1ddd9c

Please sign in to comment.