disable CI simulator container build until fixed

albatross
Willem Melching 2020-09-16 13:31:29 +02:00
parent 6cd475f9a2
commit bacc387ee6
1 changed files with 25 additions and 25 deletions

View File

@ -1,26 +1,26 @@
name: simulator
on:
push:
pull_request:
# name: simulator
# on:
# push:
# pull_request:
jobs:
docker_build:
name: build container
runs-on: ubuntu-16.04
timeout-minutes: 50
if: github.repository == 'commaai/openpilot'
steps:
- uses: actions/checkout@v2
with:
submodules: true
lfs: true
- name: Docker build
run: |
docker pull commaai/openpilot-sim:latest || true
tools/sim/build_container.sh
- name: Push to dockerhub
if: github.ref == 'refs/heads/master'
run: |
docker login -u wmelching -p ${{ secrets.COMMA_DOCKERHUB_TOKEN }}
docker tag commaai/openpilot-sim docker.io/commaai/openpilot-sim:latest
docker push docker.io/commaai/openpilot-sim:latest
# jobs:
# docker_build:
# name: build container
# runs-on: ubuntu-16.04
# timeout-minutes: 50
# if: github.repository == 'commaai/openpilot'
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# lfs: true
# - name: Docker build
# run: |
# docker pull commaai/openpilot-sim:latest || true
# tools/sim/build_container.sh
# - name: Push to dockerhub
# if: github.ref == 'refs/heads/master'
# run: |
# docker login -u wmelching -p ${{ secrets.COMMA_DOCKERHUB_TOKEN }}
# docker tag commaai/openpilot-sim docker.io/commaai/openpilot-sim:latest
# docker push docker.io/commaai/openpilot-sim:latest