Bump semver from 5.7.1 to 5.7.2 in /react #64
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: | |
pull_request: | |
push: { branches: master } | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
name: Build | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Build docker images | |
run: docker-compose -f docker-compose.ci.yml build | |
# - name: Connect to a container registry | |
# run: your login steps here.... | |
# - name: Push images | |
# run: docker-compose -f docker-compose.ci.yml push |