dioptra-io/Build and push Docker image

Composite action to build and push a Docker image to a registry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
contextBuild's context is the set of files located in the specified PATH or URLyes.
filePath to the Dockerfileyes./Dockerfile
imageName of the Docker imageyes${{ github.repository }}
registryAddress of the Docker registryyesghcr.io
usernameUsername for the Docker registryyes${{ github.actor }}
passwordPassword for the Docker registryyes
platformsTarget platforms for the Docker imageyeslinux/amd64
pushWhether or not to push the image to the registryyestrue

no outputs