Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
knrdl committed Mar 24, 2024
1 parent bafd141 commit 5fc4d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
tags:
- 'v*.*.*'
schedule:
- cron: "0 0 * * 0"

jobs:
docker:
Expand All @@ -18,7 +16,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v5
with:
# list of Docker images to use as base name for tags
images: |
Expand Down
8 changes: 4 additions & 4 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiodocker~=0.21.0
aiohttp~=3.9.3
starlette~=0.37.2
uvicorn[standard]~=0.29.0
aiodocker==0.21.0
aiohttp==3.9.3
starlette==0.37.2
uvicorn[standard]==0.29.0

0 comments on commit 5fc4d90

Please sign in to comment.