Skip to content

Update docker-image.yml #10

Update docker-image.yml

Update docker-image.yml #10

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.x'
- name: Build the Docker image#
working-directory: .
run: docker build -f Dockerfile .