fix: CI uses Containerfile and directly tags package

This commit is contained in:
Vincent Mahnke 2025-10-11 23:51:54 +02:00 committed by Vincent Mahnke
commit cb27186641

View file

@ -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: ./