This commit is contained in:
parent
b75e2e9971
commit
719ba3b1ea
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue