From cb27186641f6591407a03d055d57e737b3844e9a Mon Sep 17 00:00:00 2001 From: ViMaSter Date: Sat, 11 Oct 2025 23:51:54 +0200 Subject: [PATCH] fix: CI uses `Containerfile` and directly tags package --- .forgejo/workflows/images.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index 68c9a89..67606e6 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -25,8 +25,7 @@ jobs: - name: Build and push web image to Container Registry run: | - docker build -t web:latest . - docker tag web:latest git.hamburg.ccc.de/ccchh/sunders/web:latest + docker build -f Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:latest . docker push git.hamburg.ccc.de/ccchh/sunders/web:latest working-directory: ./