Skip to content

Commit

Permalink
add example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-dempers committed Oct 1, 2023
1 parent 3918c32 commit d37efdd
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/self-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2

- name: docker build csharp
run: |
docker build ./c# -t aimvector/csharp:1.0.0
- name: docker build nodejs
run: |
docker build ./nodejs -t aimvector/nodejs:1.0.0

- name: docker build python
run: |
docker build ./python -t aimvector/python:1.0.0
- name: docker build golang
run: |
docker build ./golang -t aimvector/golang:1.0.0
docker build ./python/introduction/ -t python:1.0.0

0 comments on commit d37efdd

Please sign in to comment.