Version 0.2.0
This commit is contained in:
@@ -50,5 +50,5 @@ jobs:
|
|||||||
linux/arm/v7
|
linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
gitea.marijndoeve.nl/Marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||||
gitea.marijndoeve.nl/Marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
gitea.marijndoeve.nl/marijn/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||||
|
|||||||
3
compose.prod.yaml
Normal file
3
compose.prod.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: gitea.marijndoeve.nl/marijn/projectorpi-web:${IMAGE_TAG:-nightly}
|
||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.0"
|
__version__ = "0.2.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "projectorpi-web"
|
name = "projectorpi-web"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Marijn Doeve <marijn@doeve.me>"]
|
authors = ["Marijn Doeve <marijn@doeve.me>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user