Options
All
  • Public
  • Public/Protected
  • All
Menu

Props to configure the post integration test docker image publish job.

Hierarchy

  • PostIntegrationPublishJobProps

Index

Properties

Optional defaultBranch

defaultBranch: string

Branch to restrict publishing to

default

master

dockerBuildIds

dockerBuildIds: string[]

A list of job IDs that built docker images.

dockerImages

dockerImages: string[]

A list of the docker images to publish.

Optional dockerPassword

dockerPassword: string

Password to authenticate with Docker Hub.

default

load the "DOCKER_PASSWORD" GitHub Actions secret.

Optional dockerUsername

dockerUsername: string

Username to authenticate with Docker Hub.

default

load the "DOCKER_USERNAME" GitHub Actions secret.

Generated using TypeDoc