Skip to content

Commit

Permalink
E: use 'github.repository_owner' instead of hard-coded name
Browse files Browse the repository at this point in the history
  • Loading branch information
meck93 committed Dec 15, 2024
1 parent 6ab63c0 commit 59641d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 59641d2

Please sign in to comment.