mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
ci: devcontainers is weirdo
This commit is contained in:
parent
b1d36a5684
commit
105b91ce6d
2 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ container_push(
|
||||||
image = "@dev-container//image:dockerfile_image.tar",
|
image = "@dev-container//image:dockerfile_image.tar",
|
||||||
registry = "docker.pkg.github.com",
|
registry = "docker.pkg.github.com",
|
||||||
repository = "roleypoly/roleypoly/dev-container",
|
repository = "roleypoly/roleypoly/dev-container",
|
||||||
tag = "{STABLE_GIT_BRANCH}",
|
tag = "{STABLE_GIT_BRANCH}" if "{STABLE_GIT_BRANCH}" != "main" else "latest",
|
||||||
)
|
)
|
||||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
--workspace_status_command hack/workspace_status.sh
|
--workspace_status_command hack/workspace_status.sh
|
||||||
|
|
||||||
- name: Publish Dev Container Image
|
- name: Publish Dev Container Image
|
||||||
if: github.ref == refs/heads/main
|
if: github.ref == "refs/heads/main"
|
||||||
run: |
|
run: |
|
||||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||||
--stamp \
|
--stamp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue