From e419130ab00bf29a1a69cc49bb8d34be534d0d03 Mon Sep 17 00:00:00 2001 From: muchasxmaracas <99442216+muchasxmaracas@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:17:56 +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 c9a8dda..78f309b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -36,5 +36,5 @@ jobs: with: context: . push: true - tags: ${{ env.PUSH_TAG }} + tags: ${{ env.IMAGE_NAME }}/${{ env.PUSH_TAG }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file