Skip to content

Update README.md

Update README.md #38

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
if: contains(fromJson('["wenh06", "DeepPSP"]'), github.repository_owner)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the Docker image
run: docker build . --file Dockerfile --tag deeppsp-cinc2021-docker-image:$(date +%s)