fix: CI uses Containerfile and directly tags package
Some checks failed
Build Hello World Image / build (push) Failing after 1m9s
Build Hello World Image / build (pull_request) Failing after 10s

This commit is contained in:
Vincent Mahnke 2025-10-11 23:51:54 +02:00
commit 91384ff495

View file

@ -25,8 +25,7 @@ jobs:
- name: Build and push web image to Container Registry - name: Build and push web image to Container Registry
run: | run: |
docker build -t web:latest . docker build -f Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:latest .
docker tag web:latest git.hamburg.ccc.de/ccchh/sunders/web:latest
docker push git.hamburg.ccc.de/ccchh/sunders/web:latest docker push git.hamburg.ccc.de/ccchh/sunders/web:latest
working-directory: ./ working-directory: ./