Skip to content

Commit

Permalink
[awsrese-365]:workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dvsa committed Oct 8, 2023
1 parent 399ca4f commit 4d18a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-base-image-build-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
repoName=$(echo "$results" | jq -r '.repoName')
dockerFile=$(echo "$results" | jq -r '.dockerFile')
if [ "$build" == "true" ]; then
docker run --rm --privileged -v `pwd`:/root/ projectatomic/dockerfile-lint dockerfile_lint -f build/$repoName/$dockerfile
docker run --rm --privileged -v `pwd`:/root/ projectatomic/dockerfile-lint dockerfile_lint -f build/$repoName/$dockerFile
else
echo "Not linting - $repoName, build parameter equal to false"
fi
Expand Down

0 comments on commit 4d18a87

Please sign in to comment.