mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5099058199 |
@@ -56,7 +56,7 @@ jobs:
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v7
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ dependencies = [
|
||||
"ffmpeg-python>=0.2.0",
|
||||
"schedule>=1.2.2",
|
||||
"pillow>=11.1.0",
|
||||
"flask-openapi3==4.3.1",
|
||||
"flask-openapi3==4.3.2",
|
||||
"rapidfuzz==3.14.5",
|
||||
"pendulum>=3.0.0",
|
||||
"pystray>=0.19.5",
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ sortedcontainers>=2.4.0
|
||||
xxhash>=3.4.1
|
||||
ffmpeg-python>=0.2.0
|
||||
schedule>=1.2.2
|
||||
flask-openapi3==4.3.1
|
||||
flask-openapi3==4.3.2
|
||||
rapidfuzz==3.14.5
|
||||
pendulum>=3.0.0
|
||||
pystray>=0.19.5
|
||||
|
||||
Reference in New Issue
Block a user