From 7a21d8989cb60a5b21e394291866b93dc50b8d2c Mon Sep 17 00:00:00 2001 From: ovosimpatico Date: Sun, 27 Oct 2024 21:21:46 -0300 Subject: [PATCH] let's try again this time in lowercase --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b3239a5..c89e013 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -28,4 +28,4 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/${{ github.repository_owner }}/myrient-search-engine:latest \ No newline at end of file