Skip to content

Conversation

@sheurich
Copy link
Contributor

@sheurich sheurich commented Jan 8, 2026

Replace hardcoded letsencrypt with ${{ github.repository_owner }} in workflow image paths.

This enables testing release workflows on forks without modifying the workflow file.

Changes

release.yml (4 substitutions):

  • ghcr.io/letsencrypt/boulderghcr.io/${{ github.repository_owner }}/boulder
  • ghcr.io/letsencrypt/ct-test-srvghcr.io/${{ github.repository_owner }}/ct-test-srv

try-release.yml (1 substitution):

  • ghcr.io/letsencrypt/ct-test-srvghcr.io/${{ github.repository_owner }}/ct-test-srv

Testing

Verified by triggering try-release on fork; image paths resolve to fork owner.

@sheurich sheurich requested a review from a team as a code owner January 8, 2026 15:31
@sheurich sheurich requested a review from aarongable January 8, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant