From 3af11b9dc723508458788d81857f56516bac075d Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 2 Nov 2024 13:24:20 +0100 Subject: [PATCH] Fix registry where image is finally pushed --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4f91d31..dcc7b61 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -24,6 +24,6 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: | - ${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:latest + ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.GITHUB_REPOSITORY }}:latest cache-from: type=registry,ref=user/app:latest cache-to: type=inline \ No newline at end of file -- 2.47.1