File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 - uses : hadolint/hadolint-action@v3.1.0
1515 with :
1616 dockerfile : Dockerfile
17- failure-threshold : warning
17+ failure-threshold : error
18+ recursive : true
Original file line number Diff line number Diff line change 11workspace (name = "sylius-php" )
22
3- load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
4- load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_file" )
3+ load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , "http_file" )
54
65http_archive (
76 name = "io_bazel_rules_docker" ,
Original file line number Diff line number Diff line change 1- package (default_visibility = ["//visibility:public" ])
2-
3- load ("@io_bazel_rules_docker//contrib:test.bzl" , "container_test" )
41load ("@io_bazel_rules_docker//container:import.bzl" , "container_import" )
2+ load ("@io_bazel_rules_docker//contrib:test.bzl" , "container_test" )
53load (":php-arch.bzl" , "ARCHITECTURES" )
64load (":php-version.bzl" , "PHP_VERSION" )
75
6+ package (default_visibility = ["//visibility:public" ])
7+
88[
99 container_test (
1010 name = "php" + PHP_VERSION + "_" + arch + "_test" ,
You can’t perform that action at this time.
0 commit comments