CI: build container
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
phil 2024-12-06 02:06:07 +01:00
parent b75e2e9971
commit 719ba3b1ea
2 changed files with 2 additions and 2 deletions

View file

@ -66,5 +66,5 @@ jobs:
uses: actions/push-to-registry@v2
with:
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
image: ssm-handler
image: sms-handler
tags: ${{ steps.version.outputs.version }}

View file

@ -1,6 +1,6 @@
[project]
name = "sms_handler"
version = "0.0.10"
version = "0.0.11"
#dynamic = ["version"]
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
readme = "README.md"