Fix dockerhub wrong repo and other misconfigurations

This commit is contained in:
zhubojun 2022-03-08 19:01:47 +08:00 committed by Zongmin.Gu
parent 97812967f1
commit a1b2effee5
3 changed files with 3 additions and 3 deletions

@ -7,7 +7,7 @@ on:
OS:
description: 'OS name (must choose from <centos, ubuntu18, ubuntu20>)'
required: true
default: 'ubuntu18'
default: 'ubuntu20'
jobs:
generate-centos-image:

@ -341,7 +341,7 @@ jobs:
submodules: true
- name: Create container
run: docker run -itd --name=${{ github.job }} -v $GITHUB_WORKSPACE:/root/occlum zhubojun/occlum:latest-ubuntu20.04-grpc
run: docker run -itd --name=${{ github.job }} -v $GITHUB_WORKSPACE:/root/occlum occlumbackup/occlum:latest-ubuntu20.04-grpc
- name: Build dependencies
run: docker exec ${{ github.job }} bash -c "cd /root/occlum; make submodule"

@ -9,7 +9,7 @@ on:
jobs:
Make_test_on_ubuntu:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1