Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu! osu.bingo
osu
at microservice 18 lines 297 B view raw
1name: Docker Image CI 2 3on: 4 push: 5 branches: [ "main" ] 6 pull_request: 7 branches: [ "main" ] 8 9jobs: 10 11 build: 12 13 runs-on: ubuntu-latest 14 15 steps: 16 - uses: actions/checkout@v4 17 - name: Build the Docker image 18 run: docker build . --file Dockerfile --tag osu-bingo:$(date +%s)