Skip to content

To v0.9.6; restructuring Dockerfile for better python 3 only support #146

To v0.9.6; restructuring Dockerfile for better python 3 only support

To v0.9.6; restructuring Dockerfile for better python 3 only support #146

name: Docker Image Quick Run
on:
push:
branches: [ master, dev*, test* ]
pull_request:
branches: [ master, dev*, test* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
chmod a+w output/
ls -alth
./build.sh
- name: Info on Docker images
run: |
docker -v
docker images
- name: Run the Docker image
run: |
./run-quick.sh
- name: Info on generated files
run: |
ls -alth
ls -alth output
ls -alth output/*