swarm-io/Build and Push image

Builds an image, pushes to artifact registry, and caches to gha as well as the `cache` tag. Specifically designed to work with artifact registry. To build without caching, include `no-cache` in the commit mesage.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
credentials-jsongcloud service account credentials jsonyes
project-idgcloud project idyes
regionartifact registry regionnous-west1
repositoryartifact registry repositorynoimages
secretsdocker build secrets. key=value pairs separated by newlines. See [docker build push action secrets configuration](https://github.com/docker/build-push-action/blob/master/docs/advanced/secrets.md) for detailsno""
tag-nametag name, excluding tag version, such as `myapp`no${{ github.event.repository.name }}
tag-versionsgit tags to push, comma separated string such as `latest,v1.0.0`nolatest,${{ github.event.release.tag_name }}
cache-tag-versiongit tag version to use for the registry cachenocache

no outputs