Skip to content

Commit

Permalink
Fix container push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Dec 30, 2023
1 parent f8c8004 commit 0fc14e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ oci_push(
name = "push_to_dockerhub_amd64",
image = ":bazel-remote-image",
repository = "buchgr/bazel-remote-cache",
tags = ["tmp-amd64"],
remote_tags = ["tmp-amd64"],
visibility = ["//visibility:public"],
)

oci_push(
name = "push_to_dockerhub_arm64",
image = ":bazel-remote-image-arm64",
repository = "buchgr/bazel-remote-cache",
tags = ["tmp-arm64"],
remote_tags = ["tmp-arm64"],
visibility = ["//visibility:public"],
)

0 comments on commit 0fc14e1

Please sign in to comment.