From 59641d2327974f83f182f017b980226d88dc1174 Mon Sep 17 00:00:00 2001 From: Moritz Eck Date: Sun, 15 Dec 2024 15:13:28 +0100 Subject: [PATCH] E: use 'github.repository_owner' instead of hard-coded name --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c7f687..fc9bf72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,9 +73,9 @@ jobs: org.opencontainers.image.version=${{ env.VERSION }} org.opencontainers.image.ref.name=${{ github.ref_name }} org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.authors=https://github.com/meck93 + org.opencontainers.image.authors=https://github.com/${{ github.repository_owner }} org.opencontainers.image.description=A tiny HTTP client for distroless container health checks. - org.opencontainers.image.url=https://github.com/meck93/distroless-http-healthcheck + org.opencontainers.image.url=https://github.com/${{ github.repository_owner }}/distroless-http-healthcheck tags: | ghcr.io/${{ github.repository_owner }}/distroless-http-healthcheck:latest ghcr.io/${{ github.repository_owner }}/distroless-http-healthcheck:${{ env.VERSION }}