Skip to content

Bump github.com/senzing-garage/go-rest-api-service from 0.9.2 to 0.9.3 #58

Bump github.com/senzing-garage/go-rest-api-service from 0.9.2 to 0.9.3

Bump github.com/senzing-garage/go-rest-api-service from 0.9.2 to 0.9.3 #58

name: docker build container
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
docker-build-container:
runs-on: ubuntu-latest
steps:
- name: get repo name
id: repo-basename
run: |
echo "repo=$(basename ${{ github.repository }})" >> "$GITHUB_OUTPUT"
shell: bash
- name: Build docker image
uses: senzing-factory/github-action-docker-buildx-build@v1
with:
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}