This action will build and test a PSF/BFF Docker image.
uses: peachjar/action-build-psf-image@v1
And if you want to skip integration tests:
uses: peachjar/action-build-psf-image@v1
with:
skipIntegrationTests: true
And if you want a custom image name:
uses: peachjar/action-build-psf-image@v1
with:
imageName: foobar