Skip to content

actions: install make first #5

actions: install make first

actions: install make first #5

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "4-upload-or-extract-build-result" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag build-oiio:2.3.7
- name: Extract the zip
run: |
docker run -d --name build-oiio build-oiio:2.3.7
docker cp build-oiio:/root/oiio.tar.gz .
- name: Release the zip
uses: TheDoctor0/zip-release@0.7.6
with:
type: 'zip'
filename: 'oiio.tar.gz'