Skip to content

Commit

Permalink
path type for dotnet arm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya committed Apr 10, 2024
1 parent e1b4c24 commit 6324105
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6324105

Please sign in to comment.