From 3c63eaa09f269e10343baaf54eecf9103166491a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anton=20ud=C3=A9n?= <udenanton@hotmail.com>
Date: Fri, 10 Nov 2023 00:59:58 +0100
Subject: [PATCH] Create docker-image-websocketapi.yml

---
 .../workflows/docker-image-websocketapi.yml   | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .github/workflows/docker-image-websocketapi.yml

diff --git a/.github/workflows/docker-image-websocketapi.yml b/.github/workflows/docker-image-websocketapi.yml
new file mode 100644
index 0000000..ab697db
--- /dev/null
+++ b/.github/workflows/docker-image-websocketapi.yml
@@ -0,0 +1,19 @@
+name: Docker Image CI WebsocketAPI
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+
+jobs:
+
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+    - name: Build the Docker image
+      run: docker build . --file Dockerfile --tag novauniverse/tournamentsystemwebsocketapi:$(date +%s)
+      working-directory: ./WebSocketAPI