⬆ Bump the production-dependencies group across 1 directory with 6 updates #279
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: Test build docker | |
on: | |
pull_request: | |
branches: [dev, main] | |
defaults: | |
run: | |
working-directory: docker | |
jobs: | |
build-and-push: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Build Docker-Compose images | |
run: | | |
docker compose -f docker-compose.yml -f docker-compose.prod.yml build |