From 730c9f2b507e552b3a01a339e1963a82c964bad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Gonzalo=20Artur=20de=20la=20Villarmois?= Date: Sun, 29 Mar 2026 19:29:30 +1300 Subject: [PATCH] Update Docker image name to use DockerHub username and repo name dynamically --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f43eaa..a1eac02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: notf0und/sgs + images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name | lower }} tags: | type=semver,pattern={{version}} type=raw,value=latest