Skip to content

Commit

Permalink
Remove manual tag from cross_platform_image
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki committed Jul 15, 2024
1 parent 0e9ae14 commit 6d5694c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ark_nova_stats/api/migrations/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/ark-nova-stats-api-migrations:latest"],
repository = "docker.io/shaldengeki/ark-nova-stats-api-migrations",
tags = ["manual"],
visibility = ["//ark_nova_stats/api/migrations:__subpackages__"],
)

Expand Down
1 change: 0 additions & 1 deletion fitbit_challenges/api/migrations/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/fitbit-challenges-migrations:latest"],
repository = "docker.io/shaldengeki/fitbit-challenges-migrations",
tags = ["manual"],
visibility = ["//fitbit_challenges/api/migrations:__subpackages__"],
)
1 change: 0 additions & 1 deletion fitbit_challenges/worker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/fitbit-challenges-worker:latest"],
repository = "docker.io/shaldengeki/fitbit-challenges-worker",
tags = ["manual"],
visibility = ["//fitbit_challenges/worker:__subpackages__"],
)
1 change: 0 additions & 1 deletion home_api/api/migrations/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/home-api-api-migrations:latest"],
repository = "docker.io/shaldengeki/home-api-api-migrations",
tags = ["manual"],
visibility = ["//home_api/api/migrations:__subpackages__"],
)
1 change: 0 additions & 1 deletion mc_manager/api/migrations/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/mc-manager-api-migrations:latest"],
repository = "docker.io/shaldengeki/mc-manager-api-migrations",
tags = ["manual"],
visibility = ["//mc_manager/api/migrations:__subpackages__"],
)
1 change: 0 additions & 1 deletion mc_manager/worker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/mc-manager-worker:latest"],
repository = "docker.io/shaldengeki/mc-manager-worker",
tags = ["manual"],
visibility = ["//mc_manager/worker:__subpackages__"],
)
1 change: 0 additions & 1 deletion proto_registry/api/migrations/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ cross_platform_image(
image = ":base_image",
repo_tags = ["shaldengeki/proto-registry-api-migrations:latest"],
repository = "docker.io/shaldengeki/proto-registry-api-migrations",
tags = ["manual"],
visibility = ["//proto_registry/api/migrations:__subpackages__"],
)

0 comments on commit 6d5694c

Please sign in to comment.