mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: fix devcontainer path
This commit is contained in:
parent
cb5ff9602a
commit
5977c35d38
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev-container.yml
vendored
4
.github/workflows/dev-container.yml
vendored
|
@ -34,11 +34,11 @@ jobs:
|
|||
-c opt \
|
||||
--stamp \
|
||||
--workspace_status_command hack/workspace_status.sh \
|
||||
//src/dev-container:publish-dev-container
|
||||
//.devcontainer:publish-dev-container
|
||||
|
||||
echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin
|
||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||
-c opt \
|
||||
--stamp \
|
||||
--workspace_status_command hack/workspace_status.sh \
|
||||
//src/dev-container:publish-dev-container-dockerhub
|
||||
//.devcontainer:publish-dev-container-dockerhub
|
||||
|
|
Loading…
Add table
Reference in a new issue