mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
ci: add devcontainer publishing
This commit is contained in:
parent
afbb5b8269
commit
d5fd11b413
3 changed files with 34 additions and 0 deletions
10
.devcontainer/BUILD.bazel
Normal file
10
.devcontainer/BUILD.bazel
Normal file
|
@ -0,0 +1,10 @@
|
|||
load("@io_bazel_rules_docker//container:container.bzl", "container_push")
|
||||
|
||||
container_push(
|
||||
name = "publish-dev-container",
|
||||
format = "Docker",
|
||||
image = "@dev-container//image:dockerfile_image.tar",
|
||||
registry = "docker.pkg.github.com",
|
||||
repository = "roleypoly/roleypoly/dev-container",
|
||||
tag = "{STABLE_GIT_BRANCH}",
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue