mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: redo container publishing, port dev-container to bazel
This commit is contained in:
parent
101c476739
commit
b834066479
14 changed files with 129 additions and 603 deletions
|
@ -1,7 +1,7 @@
|
|||
load("@npm//@bazel/typescript:index.bzl", "ts_library")
|
||||
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary")
|
||||
load("@io_bazel_rules_docker//nodejs:image.bzl", "nodejs_image")
|
||||
load("@io_bazel_rules_docker//container:container.bzl", "container_push")
|
||||
load("//:hack/publish.bzl", "publish")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
@ -22,11 +22,6 @@ nodejs_image(
|
|||
entry_point = "index.ts",
|
||||
)
|
||||
|
||||
container_push(
|
||||
name = "+publish",
|
||||
format = "Docker",
|
||||
image = ":image",
|
||||
registry = "docker.pkg.github.com",
|
||||
repository = "roleypoly/roleypoly/jstest",
|
||||
tag = "{STABLE_GIT_BRANCH}",
|
||||
publish(
|
||||
service = "jstest",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue