From 201a73556e2924a88826549d043974717d81110b Mon Sep 17 00:00:00 2001 From: Tj <20461656+Yucked@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:58:44 -0400 Subject: [PATCH] need registry in tag --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 532073c..01f5bc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,5 +45,5 @@ jobs: context: . push: true tags: | - ${{ env.IMAGE_NAME }}:latest - ${{ env.IMAGE_NAME }}:${{ github.run_number }} + ghcr.io/${{ env.IMAGE_NAME }}:latest + ghcr.io/${{ env.IMAGE_NAME }}:${{ github.run_number }}