Skip to content

Update README.md (#115) #156

Update README.md (#115)

Update README.md (#115) #156

Workflow file for this run

name: Docker Image CI
permissions: read-all
on:
push:
branches: [ master ]
pull_request:
branches: [ master, development ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t intel-qs:$(date +%s) .