better-deploy #5

Merged
arif merged 7 commits from better-deploy into main 2025-08-31 18:22:50 +02:00
Showing only changes of commit 2c805ab513 - Show all commits

View File

@@ -42,7 +42,7 @@ jobs:
run: biome ci .
create-and-publish-docker-image:
needs: [build]
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4