From 31d2c6404ae84ed526991d32cae47fa4543b5dfd Mon Sep 17 00:00:00 2001 From: sbcrumb <5639759+sbcrumb@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:00:29 -0400 Subject: [PATCH] chore: workflow (#7) * Update release-drafter to use DockerHub instead of GHCR --- .github/release-drafter.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 60f7cc1..ab36350 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -10,9 +10,8 @@ categories: change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' no-changes-template: 'Minor internal improvements.' template: | - ## What’s Changed - $CHANGES ## Container Images - - `ghcr.io/${{ repo_owner }}/${{ repo_name }}:latest` - - `ghcr.io/${{ repo_owner }}/${{ repo_name }}:$NEXT_PATCH_VERSION` + - `sbcrumb/nfoguard:latest` + - `sbcrumb/nfoguard:$NEXT_PATCH_VERSION` +