This commit is contained in:
krateng 2025-01-16 05:07:43 +01:00
parent a0b83be095
commit 1462883ab5
3 changed files with 2 additions and 5 deletions

View File

@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
- 'runaction-docker'
jobs:
push_to_registry:

View File

@ -29,6 +29,3 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

View File

@ -85,8 +85,7 @@ The modified run command with these variables would look like:
### Basic control
When not running in a container, you can run the application with `maloja run`. You can also run it in the background with
`maloja start` and `maloja stop`, but this might not be supported in the future.
When not running in a container, you can run the application with `maloja run`.
### Data