add/modify github workflows

This commit is contained in:
maxDorninger
2025-06-28 17:25:10 +02:00
parent 5c14f0df28
commit 01d31eb7b5
4 changed files with 93 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "./media_manager"
run-tests:
needs: lint-code
@@ -84,5 +86,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.meta.outputs.version }} # This will be the git tag (e.g. v1.0.0) or branch name or sha
VERSION=${{ steps.meta.outputs.version }}