Skip to content

GitHub Action to build and test a PSF/BFF service via Docker

License

Notifications You must be signed in to change notification settings

peachjar/action-build-psf-image

Repository files navigation

typescript-action status

Github Action: Build PSF Image

This action will build and test a PSF/BFF Docker image.

Usage

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