From d72e72e7fc800454882540e480197e21a585a6c3 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:15:25 +0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65ef6fc..79af702 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,5 +38,5 @@ jobs: tags: | tarampampam/3proxy:${{ steps.slug.outputs.version-semantic }} tarampampam/3proxy:latest - ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:${{ steps.slug.outputs.version-semantic }} - ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:latest + ghcr.io/${{ github.actor }}/3proxy:${{ steps.slug.outputs.version-semantic }} + ghcr.io/${{ github.actor }}/3proxy:latest