Skip to content

Commit

Permalink
Fix parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 19, 2024
1 parent 9101dfa commit a679a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spacefx-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/run-build-container-image@km/fix_build_image
with:
dockerfile: /var/spacedev/build/spacesdk-base/Dockerfile.spacesdk-base
docker-file: /var/spacedev/build/spacesdk-base/Dockerfile.spacesdk-base
architecture: amd64
repo-dir: ${{ github.workspace }}
app-name: spacesdk-base
Expand All @@ -43,7 +43,7 @@ jobs:

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/run-build-container-image@km/fix_build_image
with:
dockerfile: ./build/spacesdk-base/Dockerfile.spacesdk-base
docker-file: ./build/spacesdk-base/Dockerfile.spacesdk-base
architecture: arm64
repo-dir: ${{ github.workspace }}
app-name: spacesdk-base
Expand Down

0 comments on commit a679a1c

Please sign in to comment.