Skip to content

Commit

Permalink
propagate tags (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscfoster authored Aug 27, 2024
1 parent f2b0983 commit 3809e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_compose_test/docker_compose_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,15 @@ def junit_docker_compose_test(
name + "_required_classpath_jars_tar",
name + "_test_container_entrypoint",
],
tags = tags,
testonly = True,
)

oci_tarball(
name = docker_compose_test_container,
image = name.lower() + "_java_image",
repo_tags = ["%s:%s" % (native.package_name(), docker_compose_test_container)],
tags = tags,
testonly = True,
)

Expand Down

0 comments on commit 3809e8f

Please sign in to comment.