From 63b95c6793df61048ff8294ccad56097b70952ac Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Wed, 10 Jun 2020 18:48:54 +0200 Subject: [PATCH] build docker image --- .github/workflows/build-docker.yaml | 9 +++++++-- packages/web/public/index.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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 @@