Skip to content

Merge pull request #579 from mlibrary/pin-docker-image #40

Merge pull request #579 from mlibrary/pin-docker-image

Merge pull request #579 from mlibrary/pin-docker-image #40

Workflow file for this run

name: Build web on push to master
on:
push:
branches:
- master
jobs:
build-unstable:
name: Build unstable ${{ github.sha }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@2012bb6a322ad02c45c01372de2f5e2e3d7329ac # v1.6.7
with:
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ github.sha }}
dockerfile: Dockerfile
secrets: inherit
deploy-testing:
needs: build-unstable
name: Deploy to testing
uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@2012bb6a322ad02c45c01372de2f5e2e3d7329ac # v1.6.7
with:
image: ${{ needs.build-unstable.outputs.image }}
file: ${{ vars.CONFIG_REPO_TESTING_IMAGE_FILE }}
secrets: inherit