From 63241059b7d4b390627dd661cdaf47fa5a8b828b Mon Sep 17 00:00:00 2001 From: Andrew Lozoya Date: Wed, 10 Apr 2024 15:17:53 -0500 Subject: [PATCH] path type for dotnet arm --- .../publish-newrelic-instrumentation-dotnet-arm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-newrelic-instrumentation-dotnet-arm.yaml b/.github/workflows/publish-newrelic-instrumentation-dotnet-arm.yaml index 25d7c18..421c875 100644 --- a/.github/workflows/publish-newrelic-instrumentation-dotnet-arm.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-dotnet-arm.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Read version - run: echo "VERSION=$(cat autoinstrumentation/dotnet/-arm/version.txt)" >> $GITHUB_ENV + run: echo "VERSION=$(cat autoinstrumentation/dotnet-arm/version.txt)" >> $GITHUB_ENV - name: Docker meta id: meta @@ -55,7 +55,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 with: - context: autoinstrumentation/dotnet + context: autoinstrumentation/dotnet-arm platforms: linux/arm64 push: true build-args: version=${{ env.VERSION }}