Update Terraform github.com/DFE-Digital/terraform-azurerm-container-apps-hosting to v1.6.2 #2321
Workflow file for this run
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: Image build test | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
image-build-test: | |
name: Image build test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Build | |
run: | | |
cp .env.development.local.example .env.development.local | |
cp .env.database.example .env.database | |
docker-compose -f docker-compose.yml -p app build --secrets github_token: ${{ secrets.GITHUB_TOKEN }} |