From 3edb534e90a90b536debfcc6302a42ea6f98853b Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Thu, 30 Jun 2022 23:51:24 +0200 Subject: [PATCH] Hotfix/docker (#168) * hotfix/docker: missing comma --- .github/workflows/build.yml | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f462627d..85f4138e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -187,4 +187,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/ontime:${{ env.RELEASE_VERSION }} ${{ secrets.DOCKERHUB_USERNAME }}/ontime:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/ontime:${{ env.RELEASE_VERSION }} , ${{ secrets.DOCKERHUB_USERNAME }}/ontime:latest diff --git a/server/package.json b/server/package.json index 87d0b4eb2..f08270dd3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "1.3.0", + "version": "1.3.1", "author": "Carlos Valente", "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime",