Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Sep 28, 2024
1 parent b381d68 commit fe47cd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dir: [ 'oscript' ]

steps:
- name: Checkout repository
Expand All @@ -22,4 +25,4 @@ jobs:

- name: Build Docker images
run: |
docker build -t oscript:latest -f oscript/Dockerfile .
docker build -t oscript:latest -f ${{ matrix.dir }}/Dockerfile .

0 comments on commit fe47cd2

Please sign in to comment.