Skip to content

Workflow file for this run

name: Manual Docker Build

Check failure on line 1 in .github/workflows/build-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-docker.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: AWS-AVX2-32G-A10G-24G
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
AWS-AVX2-32G-A10G-24G:
name: Build Docker Image
runs-on: ubuntu-latest
with:
label: aws-avx2-32G-a10g-24G
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker Image
uses: docker/build-push-action@v2
with:
context: .
load: true # Ensures image is loaded into Docker daemon but not pushed