Merge pull request #6 from privacybydesign/feature/angrygames5-container #9
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: Status checks | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
# Make it possible to trigger the checks manually. | |
workflow_dispatch: | |
jobs: | |
docker-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Dockerfile build stage | |
run: docker build -t privacybydesign/angrygames:build . | |