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