Updating docker compose v1 to v2 #282
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: "Push Build" | |
on: | |
push | |
jobs: | |
strelka: | |
name: "Strelka UI Push Build" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Builds Strelka | |
run: docker compose build |