Skip to content

build(deps): bump actions/setup-python from 4 to 5 (#759) #64

build(deps): bump actions/setup-python from 4 to 5 (#759)

build(deps): bump actions/setup-python from 4 to 5 (#759) #64

name: docker-build-container.yaml
on: [push]
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/stream-loader
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}