Fixing JC6's bug.
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 11m23s

This commit is contained in:
2025-05-20 15:11:49 -04:00
parent 61f42c5297
commit e86c892b8f

View File

@@ -43,7 +43,7 @@ jobs:
- name: Replace entrypoint
run: |
sed -i '' 's/server/grpc/g' Dockerfile
sed -i 's/server/grpc/g' Dockerfile
- name: 🐳 🔨 Build Grpc Container
uses: docker/build-push-action@v6