update Dockerfile and github workflows

This commit is contained in:
2026-01-27 19:44:13 +03:00
parent f87fae8ef1
commit e67eaa1966
3 changed files with 70 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile-bun
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}