Skip to content

build(deps): bump orjson from 3.9.10 to 3.9.12 #32

build(deps): bump orjson from 3.9.10 to 3.9.12

build(deps): bump orjson from 3.9.10 to 3.9.12 #32

name: docker-build-container.yaml
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
docker-build-container:
runs-on: ubuntu-latest
steps:
- name: Build docker image
uses: Senzing/github-action-docker-buildx-build@latest
with:
image-repository: senzing/entity-search-web-app-console
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}