From 0a4965a5443e5696a0035f2fe05b7ff0ff30baa1 Mon Sep 17 00:00:00 2001 From: Sami Al-Dury <57627858+samialdury@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:50:06 +0200 Subject: [PATCH] fix: image name --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77cf264..26af3d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - ${{ env.IMAGE_REGISTRY }}/relay-proxy + ${{ env.IMAGE_REGISTRY }}/smartlook/relay-proxy tags: | type=ref,event=branch type=ref,event=pr diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6a6008..28f2b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: with: images: | 'smartlook/relay-proxy' - ${{ env.IMAGE_REGISTRY }}/relay-proxy + ${{ env.IMAGE_REGISTRY }}/smartlook/relay-proxy tags: | type=ref,event=branch type=ref,event=pr