From 86f8cf9fb73b63bf537055295cdc4998959f6454 Mon Sep 17 00:00:00 2001 From: muchasxmaracas <99442216+muchasxmaracas@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:20:39 +0100 Subject: [PATCH] . --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 350ccbf..cd58fb3 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -36,5 +36,5 @@ jobs: with: context: . push: true - tags: ${{ env.IMAGE_NAME }}:${{ env.PUSH_TAG }} + tags: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.PUSH_TAG }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file