diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index e006572..67944bf 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -58,20 +58,13 @@ jobs: image: sms-handler oci: true labels: sms-handler - tags: ${{ steps.version.outputs.version }} + tags: latest ${{ steps.version.outputs.version }} containerfiles: | ./Containerfile - - name: Push the image to the registry (version tagged) + - name: Push the image to the registry uses: actions/push-to-registry@v2 with: registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}" image: sms-handler - tags: ${{ steps.version.outputs.version }} - - - name: Push the image to the registry (latest tag) - uses: actions/push-to-registry@v2 - with: - registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}" - image: sms-handler - tags: latest + tags: latest ${{ steps.version.outputs.version }} diff --git a/pyproject.toml b/pyproject.toml index 0226ea8..31e174a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sms_handler" -version = "0.0.12" +version = "0.0.13" #dynamic = ["version"] description = "Listen to messages from the SMS Forwarder app on Android and send mail" readme = "README.md" diff --git a/uv.lock b/uv.lock index 0009e95..39e1c0b 100644 --- a/uv.lock +++ b/uv.lock @@ -255,7 +255,7 @@ wheels = [ [[package]] name = "sms-handler" -version = "0.0.12" +version = "0.0.13" source = { editable = "." } dependencies = [ { name = "aiosmtplib" },