From 1b2e2c130cb895c6122e6c9f5cc42758a8b3f979 Mon Sep 17 00:00:00 2001 From: Giovanni d'Amelio Date: Mon, 24 Apr 2023 14:28:12 -0700 Subject: [PATCH] Make the name better --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6cf486d..7e1c638 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,5 +53,5 @@ jobs: with: context: . push: true - tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }} + tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository_owner }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.VERSION }} build-args: RELEASE_TAG=${{ env.VERSION }}