ci: move dev-container again, just dont run it with everything else

This commit is contained in:
41666 2020-10-11 15:36:29 -04:00
parent ac830fc946
commit efe1e5ea5e
4 changed files with 6 additions and 4 deletions

View file

@ -27,8 +27,8 @@ jobs:
"${GITHUB_WORKSPACE}/bin/bazel" test \
-c opt \
--stamp \
--workspace_status_command hack/workspace_status.sh \
//src/... //hack/...
--workspace_status_command hack/workspace_status.sh --\
//src/... //hack/... -//hack/dev-container/...
- name: Docker Login
run: |

View file

@ -4,6 +4,8 @@ on:
push:
paths:
- .devcontainer/*
- hack/dev-container
- WORKSPACE
- .github/workflows/dev-container.yml
schedule:
- cron: '0 12 * * 2' # 12 noon every tuesday
@ -34,11 +36,11 @@ jobs:
-c opt \
--stamp \
--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
"${GITHUB_WORKSPACE}/bin/bazel" run \
-c opt \
--stamp \
--workspace_status_command hack/workspace_status.sh \
//.devcontainer:publish-dev-container-dockerhub
//hack/dev-container:publish-dev-container-dockerhub