Skip to content

Commit

Permalink
feat(blueprint-linter): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Chirkov authored and nsmak committed Dec 19, 2023
1 parent 7d2488f commit 1298e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blueprints_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-v "$(pwd)":/marketplace \
-w /marketplace/ \
--env ENAPTER_API_TOKEN=${{ secrets.ENAPTER_API_TOKEN }} \
docker.enapter.com/tools/blueprints-linter:v0.4.0 run -g -m ${{ steps.paths.outputs.blueprints-paths }}
docker.enapter.com/tools/blueprints-linter:v0.4.1 run -g -m ${{ steps.paths.outputs.blueprints-paths }}
- name: Check Blueprint Vendor
run: |
docker run --rm \
Expand Down

0 comments on commit 1298e17

Please sign in to comment.