From d32cc4fd104eeb51b643ac2c27632bc7a33ebc0d Mon Sep 17 00:00:00 2001
From: John Skinner <john@sknnr.io>
Date: Mon, 22 Jan 2024 12:40:22 -0600
Subject: [PATCH] need a full path to registry

---
 .github/workflows/publish_image.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml
index 34bc28e..646d1e2 100644
--- a/.github/workflows/publish_image.yaml
+++ b/.github/workflows/publish_image.yaml
@@ -24,6 +24,6 @@ jobs:
         with:
           image: ${{ steps.buildah.outputs.image }}
           tags: ${{ steps.buildah.outputs.tags }}
-          registry: docker.io
+          registry: docker.io/${{ secrets.DOCKERHUB_USERNAME }}
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}