Skip to content

fix(deps): update all patch dependencies #782

fix(deps): update all patch dependencies

fix(deps): update all patch dependencies #782

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 .