Skip to content

Bump docker/build-push-action from 6.2.0 to 6.3.0 #60

Bump docker/build-push-action from 6.2.0 to 6.3.0

Bump docker/build-push-action from 6.2.0 to 6.3.0 #60

Workflow file for this run

---
name: Build and Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set Up Container Structure Test
id: setup_container_structure_test
uses: ministryofjustice/github-actions/setup-container-structure-test@72fe7d2b80a33b5e3f23dffa31236bd45027450b # v18.1.1
- name: Build and Test
id: build_and_test
shell: bash
run: |
make test