Skip to content

Build and push diff generator image #14

Build and push diff generator image

Build and push diff generator image #14

name: Build and push diff generator image
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- "diff-generator/*"
jobs:
build-and-publish-image:
name: Build and publish image
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@context-input-build-image
with:
gitRef: ${{ github.sha }}
dockerfilePath: diff-generator/Dockerfile
context: diff-generator
permissions:
id-token: write
contents: read
packages: write