diff --git a/.github/workflows/build-docker.yaml b/.github/workflows/build-docker.yaml
index 244549e6..5c56e3dc 100644
--- a/.github/workflows/build-docker.yaml
+++ b/.github/workflows/build-docker.yaml
@@ -4,8 +4,13 @@ name: Docker image
on:
push:
- branches:
- - production
+ tags:
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+
+# on:
+# push:
+# branches:
+# - production
jobs:
build:
diff --git a/packages/web/public/index.html b/packages/web/public/index.html
index 932657c6..60a31142 100644
--- a/packages/web/public/index.html
+++ b/packages/web/public/index.html
@@ -7,7 +7,7 @@