Basic CI/CD integration #4

Merged
asohh merged 10 commits from workflows into container 2025-10-12 17:07:02 +02:00
Showing only changes of commit cb27186641 - Show all commits

fix: CI uses Containerfile and directly tags package

Vincent Mahnke 2025-10-11 23:51:54 +02:00 committed by Vincent Mahnke

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