Skip to content

Commit 84d9bf1

Browse files
feat: updates (#4)
* feat: updates * Update main.yml
1 parent ea73a1d commit 84d9bf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Publish the QR-Code_Generator as a ghcr image
10-
uses: GlueOps/github-actions-build-push-containers@v0.1.3
10+
uses: GlueOps/github-actions-build-push-containers@main

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fastapi==0.101.0
1+
fastapi==0.103.1
22
qrcode==7.4.2
3-
Pillow==10.0.0
3+
Pillow==10.0.1
44
uvicorn[standard]==0.23.2
55
gunicorn==21.2.0

0 commit comments

Comments
 (0)