bharadwajshivam28/Enigma Docker Build and Publish
Builds, scans, tags, and pushes Docker images using the Enigma tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 15, 2024
- License
- None
Pinned Snippet
uses: bharadwajshivam28/enigma@57c935b1aed32e7c5784575f5ceebba34f63b240 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run (bake or publish) | yes | — |
| DOCKER_IMAGE | Docker image name | yes | — |
| DOCKER_TAG | Docker image tag | yes | — |
| CLEANUP | Cleanup after push (true or false) | no | false |
| AWS_REGION | AWS Region | no | — |
| AWS_ACCOUNT_ID | AWS Account ID | no | — |
| GCP_PROJECT_ID | GCP Project ID | no | — |
| GCP_REGION | GCP Region | no | — |
| DOCKER_USERNAME | Docker Hub username | no | — |
| DOCKER_PASSWORD | Docker Hub password | no | — |
| TOKEN | GitHub Token | no | — |
| GITHUB_USERNAME | GitHub Username | no | — |
| AZURE_REGISTRY_NAME | Azure Registry name. | no | — |
| AZURE_CLIENT_ID | Client ID | no | — |
| AZURE_TENANT_ID | Tenant ID | no | — |
| AZURE_CLIENT_SECRET | Client Secret | no | — |
| DOCKERFILE_PATH | Path to the Dockerfile | no | ./Dockerfile |
| BUILD_ARCHITECTURE | Build Architecture | no | amd64 |
| BUILD_ARGS | Additional build arguments for Docker build | no | — |
| NO_CACHE | Set to true to disable Docker cache | no | false |
| PUBLISH | Whether to publish the image | no | false |
Outputs
no outputs