Hotfix/docker (#168)

* hotfix/docker: missing comma
This commit is contained in:
Carlos Valente
2022-06-30 23:51:24 +02:00
committed by GitHub
parent a9ee0c3f1d
commit 3edb534e90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",