Skip to content

Commit

Permalink
fix: change variants.json to dist/variant-matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 12, 2024
1 parent 66b2155 commit 6899abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Get list of variants for an image
id: get-variants
run: echo "variants=$(cat variants.json)" >> $GITHUB_ENV
run: echo "variants=$(cat dist/variant-matrix.json)" >> $GITHUB_ENV

# test:
# name: Run test on images
Expand Down

0 comments on commit 6899abd

Please sign in to comment.