From 36d9940b4995706be30d6b73b684a5e9c162690b Mon Sep 17 00:00:00 2001 From: Nutthapat Pongtanyavichai <59821765+Leomotors@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:16:08 +0700 Subject: [PATCH] fix: tag name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e97c58..909cc48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,6 @@ jobs: context: . file: Dockerfile push: true - tags: ghcr.io/${{ github.repository }} + tags: ghcr.io/leomotors/salim-bot cache-from: type=gha cache-to: type=gha,mode=max