To use the docker build, you can follow the example in test
We have two main use cases
jobs:
publish:
uses: ./.github/workflows/docker-backend.yml
secrets: inherit
with:
name: bar # name of service
should take care of everything
jobs:
publish:
uses: ./.github/workflows/docker-backend.yml
secrets: inherit
with:
path: ./foo/bar # path to where the Dockerfile resides
name: bar # name of service