From 290469260897f05f3c2f0bec03031b2068c9a8d1 Mon Sep 17 00:00:00 2001 From: faby Date: Tue, 20 Jan 2026 20:06:54 +0100 Subject: [PATCH] update build workflow. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a55e1e13..d0e116cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,4 +31,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ env.REPOSITORY_NAME }}:latest + tags: ghcr.io/${{ github.repository }}:latest