Skip to content

Split the release workflow to release.yml #6

Split the release workflow to release.yml

Split the release workflow to release.yml #6

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Test Docker
run: chmod +x ./scripts/build-docker.sh && ./scripts/build-docker.sh