swarm-io/Build and Push image
Builds an image, pushes to artifact registry, and caches to gha as well as the `cache` tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | docker build secrets, newline separated string key=value | no | gitPat=${{ secrets.GIT_RUNNER_TOKEN }} |
| tag-name | tag name, i.e. `event-stream` | no | ${{ github.event.repository.name }} |
| tags | git tags to push | no | ${{ secrets.GAR_IMAGES_REPO }}/${{ inputs.tag-name }}:${{ github.event.release.tag_name }} ${{ secrets.GAR_IMAGES_REPO }}/${{ inputs.tag-name }}:latest |
Outputs
no outputs