Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Jan 8, 2025
1 parent e105ab7 commit ad48cce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
failure-threshold: warning
failure-threshold: error
recursive: true
3 changes: 1 addition & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
workspace(name = "sylius-php")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")

http_archive(
name = "io_bazel_rules_docker",
Expand Down
6 changes: 3 additions & 3 deletions php/BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package(default_visibility = ["//visibility:public"])

load("@io_bazel_rules_docker//contrib:test.bzl", "container_test")
load("@io_bazel_rules_docker//container:import.bzl", "container_import")
load("@io_bazel_rules_docker//contrib:test.bzl", "container_test")
load(":php-arch.bzl", "ARCHITECTURES")
load(":php-version.bzl", "PHP_VERSION")

package(default_visibility = ["//visibility:public"])

[
container_test(
name = "php" + PHP_VERSION + "_" + arch + "_test",
Expand Down

0 comments on commit ad48cce

Please sign in to comment.