name: Docker Build and Release Upload on: [ push ] jobs: build: runs-on: ubuntu-latest steps: - name: checkout run: | git clone https://github.com/your-username/your-repo.git - name: build run: | docker build -t mistoxnet