mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: move dev-container again, just dont run it with everything else
This commit is contained in:
parent
ac830fc946
commit
efe1e5ea5e
4 changed files with 6 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
||||||
"${GITHUB_WORKSPACE}/bin/bazel" test \
|
"${GITHUB_WORKSPACE}/bin/bazel" test \
|
||||||
-c opt \
|
-c opt \
|
||||||
--stamp \
|
--stamp \
|
||||||
--workspace_status_command hack/workspace_status.sh \
|
--workspace_status_command hack/workspace_status.sh --\
|
||||||
//src/... //hack/...
|
//src/... //hack/... -//hack/dev-container/...
|
||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
run: |
|
run: |
|
||||||
|
|
6
.github/workflows/dev-container.yml
vendored
6
.github/workflows/dev-container.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .devcontainer/*
|
- .devcontainer/*
|
||||||
|
- hack/dev-container
|
||||||
|
- WORKSPACE
|
||||||
- .github/workflows/dev-container.yml
|
- .github/workflows/dev-container.yml
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * 2' # 12 noon every tuesday
|
- cron: '0 12 * * 2' # 12 noon every tuesday
|
||||||
|
@ -34,11 +36,11 @@ jobs:
|
||||||
-c opt \
|
-c opt \
|
||||||
--stamp \
|
--stamp \
|
||||||
--workspace_status_command hack/workspace_status.sh \
|
--workspace_status_command hack/workspace_status.sh \
|
||||||
//.devcontainer:publish-dev-container
|
//hack/dev-container:publish-dev-container
|
||||||
|
|
||||||
echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin
|
echo ${{secrets.DOCKER_PASSWORD}} | docker login -u ${{secrets.DOCKER_USERNAME}} --password-stdin
|
||||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||||
-c opt \
|
-c opt \
|
||||||
--stamp \
|
--stamp \
|
||||||
--workspace_status_command hack/workspace_status.sh \
|
--workspace_status_command hack/workspace_status.sh \
|
||||||
//.devcontainer:publish-dev-container-dockerhub
|
//hack/dev-container:publish-dev-container-dockerhub
|
||||||
|
|
Loading…
Add table
Reference in a new issue