Fix typo in Dockerfile path for InfrastructureAgent and update package.json name

This commit is contained in:
Simon Larsen
2024-03-13 10:47:54 +00:00
parent 1cb0e281ab
commit 5c2c40aa38
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ jobs:
# build image for mail service
- name: build docker image
run: sudo docker build -f ./InfrastrctureAgent/Dockerfile .
run: sudo docker build -f ./InfrastructureAgent/Dockerfile .
docker-build-test-server:
runs-on: ubuntu-latest

View File

@@ -1,5 +1,5 @@
{
"name": "infrastructure-agent",
"name": "@oneuptime/infrastructure-agent",
"version": "1.0.0",
"description": "",
"scripts": {