chore(deps): update docker/build-push-action digest to ee4ca42 #43
This file contains hidden or 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: Run Docker Build Tests | |
| on: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| docker_build_tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| with: | |
| ref: ${{ github.head_ref }} | |
| - uses: docker-practice/actions-setup-docker@master | |
| - run: | | |
| sudo docker build . -t ovosttsserver |