From a679a1cb82bfd3ed0b11696abec099b17d5fef66 Mon Sep 17 00:00:00 2001 From: Kevin Mack Date: Wed, 19 Jun 2024 15:25:06 +0000 Subject: [PATCH] Fix parameter value --- .github/workflows/spacefx-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spacefx-base.yml b/.github/workflows/spacefx-base.yml index 48bdc1e..0628794 100644 --- a/.github/workflows/spacefx-base.yml +++ b/.github/workflows/spacefx-base.yml @@ -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 @@ -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