From 122503de2f03d1c57eb7d117b3ae88928f028538 Mon Sep 17 00:00:00 2001 From: CommunityMaintained <293462701+CommunityMaintained@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:45:17 -0500 Subject: [PATCH] fix: update image name --- .github/workflows/docker_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_release.yml b/.github/workflows/docker_release.yml index 2e35dbc..3dace42 100644 --- a/.github/workflows/docker_release.yml +++ b/.github/workflows/docker_release.yml @@ -42,7 +42,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - docker.io/keglin/pinchflat + docker.io/communitymaintained/pinchflat ghcr.io/${{ github.repository }} # All non-release actions will be tagged as `dev` (ie: push, workflow_dispatch) tags: |