Skip to content

chore(deps): update all non-major github action dependencies #780

chore(deps): update all non-major github action dependencies

chore(deps): update all non-major github action dependencies #780

name: Docker image build
on:
pull_request:
branches:
- main
paths-ignore:
- "tests/**"
jobs:
test-docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build Docker image
run: docker build -t forms/api .