Skip to content

added useful comment for generating bitstream #4133

added useful comment for generating bitstream

added useful comment for generating bitstream #4133

Workflow file for this run

name: Docker Image CI
on:
push:
branches-ignore:
- dependabot/**
- '*-patch-*'
- dev/**
schedule:
- cron: '0 11 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Publish Docker image
uses: elgohr/[email protected]
with:
name: stanfordaha/garnet
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
cache: false