Version 0.2.0
All checks were successful
release-nightly / release-image (push) Has been cancelled
release-tag / release-image (push) Successful in 19m29s

This commit is contained in:
2023-08-21 21:09:47 +02:00
parent 6a77c9d054
commit ece406686e
4 changed files with 7 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
services:
app:
image: gitea.marijndoeve.nl/marijn/projectorpi-web:${IMAGE_TAG:-nightly}

View File

@@ -1 +1 @@
__version__ = "0.1.0" __version__ = "0.2.0"

View File

@@ -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>"]