Add Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 3s

This commit is contained in:
Jay
2026-03-31 10:54:37 +01:00
parent 2dfd012b44
commit c416a9553f

View File

@@ -19,8 +19,8 @@ jobs:
- name: Build image
run: |
docker build -t gitea/jay/pub-quiz:latest .
docker build -t gitea.umbra.mom/jay/pub-quiz:latest .
- name: Push image
run: |
docker push gitea/jay/pub-quiz:latest
docker push gitea.umbra.mom/jay/pub-quiz:latest