mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 11:54:15 +02:00
add/modify github workflows
This commit is contained in:
4
.github/workflows/build-push-backend.yml
vendored
4
.github/workflows/build-push-backend.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user