From 1462883ab51ab005eb1b25e2d2a8579d68ef46f5 Mon Sep 17 00:00:00 2001 From: krateng Date: Thu, 16 Jan 2025 05:07:43 +0100 Subject: [PATCH] Alrighty --- .github/workflows/docker.yml | 1 + .github/workflows/pypi.yml | 3 --- README.md | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0ff100f..96a7085 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,7 @@ on: push: tags: - 'v*' + - 'runaction-docker' jobs: push_to_registry: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 39bf430..f142f03 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -29,6 +29,3 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/README.md b/README.md index 9aa558d..c85a7c8 100644 --- a/README.md +++ b/README.md @@ -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