From 7cebac8027aae561b5cb84bbc32d939d6a7dfa6f Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 13 May 2024 09:16:37 -0400 Subject: [PATCH] chore(ci): build powershell toolbox Point to the right containerfiles and dir --- .github/workflows/build-powershell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-powershell.yml b/.github/workflows/build-powershell.yml index d2437c6..b502132 100644 --- a/.github/workflows/build-powershell.yml +++ b/.github/workflows/build-powershell.yml @@ -59,7 +59,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: containerfiles: | - ./toolboxes/wolfi-toolbox/Containerfile.wolfi + ./toolboxes/powershell-toolbox/Containerfile.powershell image: ${{ matrix.image_name }} tags: ${{ env.IMAGE_TAGS }} build-args: |