Skip to content

Commit

Permalink
fix wrong RG param
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Jun 7, 2022
1 parent acee2df commit 12bef8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo "Resource group $RESOURCE_GROUP does not exist"
exit 1
fi
# Build the list of images from the config file
images=$(yq eval ".images[].name" config.yml | jq -cRn '[inputs]')
echo "::set-output name=matrix::$images"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Build Images
run: |
RESOURCE_GROUP=${{needs.deploy.outputs.resource_group}}
RESOURCE_GROUP=${{ inputs.resource_group }}
./azhop_state.sh download ${{ env.AZHOP_STATE_ACCOUNT }} ${{ env.AZHOP_STATE_CONTAINER }} $RESOURCE_GROUP
cd packer
./build_image.sh -i ${{matrix.packer_file}}.json

0 comments on commit 12bef8a

Please sign in to comment.