Bump rollup from 3.29.1 to 4.9.1 #336
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: Docker build | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- dev | |
jobs: | |
build: | |
name: Build and test inside of the Docker image | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Build and push Docker images (always main branch) | |
uses: docker/build-push-action@v4 | |
with: | |
push: false | |