Skip to content

Commit

Permalink
Create docker_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n authored Dec 29, 2023
1 parent 1e2c7f9 commit 154b8e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Continuous Integration

on: [workflow_dispatch]

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: DockerBuild
run: >
docker build -f csharp-examples/Dockerfile . -t orkesio/csharp-perf-workers:latest

0 comments on commit 154b8e2

Please sign in to comment.