opensciencegrid/Push Container Action
Push built images to Docker Hub/OSG Harbor
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| osg_series | OSG release series used to install packages | yes | — |
| repo | Input string that gets passed along to the docker build args | yes | — |
| base_os | Operating system of the base image, intended for use with the OSG software-base image. Passed along as the BASE_OS build argument (default: el9) | no | el9 |
| registry_url | URL of the registry | yes | — |
| registry_user | Username of the registry | yes | — |
| registry_pass | Password of the registry | yes | — |
| context | Path to container files, including Dockerfile | no | . |
| name | Name of image, including the organization (e.g. "opensciencegrid/image") | no | "" |
| timestamp_tag | Timestamped tag name (e.g., "opensciencegrid/osgvo-docker-pilot3.6-release-YYYYMMDD-hhmm") used to pass the Dockerfile as $TIMESTAMP_TAG | no | "" |
| image_name | Name of the image to build, e.g. "opensciencegrid/software-base" | no | "" |
| image_tag | Explicit tag for the image. If provided, will overwrite the default <series>-<base-os>-<repo> tag | no | "" |
| platform | Platform of the image to build, e.g. "linux/amd64" | no | linux/amd64 |
| clean_before_build | Whether to undo all unstaged changes to the repo prior to build. May interfere with artifacts generated in previous GHA steps. | no | true |
Outputs
no outputs