Updated this application to be compatible with php 8. #1
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 web on push to main | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
build-unstable: | ||
name: Build unstable ${{ github.sha }} | ||
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1 | ||
Check failure on line 11 in .github/workflows/build-web.yml
|
||
with: | ||
image_name: ${{ vars.IMAGE_NAME }} | ||
tag: ${{ github.sha }} | ||
dockerfile: Dockerfile |