opensciencegrid/Push Container Action

Push built images to Docker Hub/OSG Harbor

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
osg_seriesOSG release series used to install packagesyes
repoInput string that gets passed along to the docker build argsyes
base_osOperating system of the base image, intended for use with the OSG software-base image. Passed along as the BASE_OS build argument (default: el9)noel9
registry_urlURL of the registryyes
registry_userUsername of the registryyes
registry_passPassword of the registryyes
contextPath to container files, including Dockerfileno.
nameName of image, including the organization (e.g. "opensciencegrid/image")no""
timestamp_tagTimestamped tag name (e.g., "opensciencegrid/osgvo-docker-pilot3.6-release-YYYYMMDD-hhmm") used to pass the Dockerfile as $TIMESTAMP_TAGno""
image_nameName of the image to build, e.g. "opensciencegrid/software-base"no""
image_tagExplicit tag for the image. If provided, will overwrite the default <series>-<base-os>-<repo> tagno""
platformPlatform of the image to build, e.g. "linux/amd64"nolinux/amd64
clean_before_buildWhether to undo all unstaged changes to the repo prior to build. May interfere with artifacts generated in previous GHA steps.notrue

no outputs