Skip to content

#61 Prepare for version 3.7.1 #7

#61 Prepare for version 3.7.1

#61 Prepare for version 3.7.1 #7

name: docker-build-container.yaml
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
docker-build-container:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: git config
run: |
git config user.name github-actions
git config user.email support@senzing.com
- name: Git Update submodules
run: git submodule update --init --recursive
- name: Build Docker container
run: make docker-build