Merge pull request #218 from ravendb/dependabot/npm_and_yarn/DemoServ… #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
run-powershell-script: | |
runs-on: ubuntu-latest | |
steps: | |
# Check out the code | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
# Run PowerShell script | |
- name: Build image | |
shell: pwsh | |
run: | | |
docker build -t ravendb/demo . |