Skip to content

Merge pull request #416 from alphagov/dependabot/npm_and_yarn/vite-5.3.4 #658

Merge pull request #416 from alphagov/dependabot/npm_and_yarn/vite-5.3.4

Merge pull request #416 from alphagov/dependabot/npm_and_yarn/vite-5.3.4 #658

Workflow file for this run

name: "Docker build"
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
types: [checks_requested]
jobs:
build_the_image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run docker build
run: docker build .