pete-redmond-cko / publish-ecr-image

action for building and publishing an image to ecr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PUBLISH TO ECR

Inputs

image-tag

Required The tag of the image.

Outputs

message

A message we send when the image is published.

Example usage

uses: actions/publish-ecr-image@v1 with: image-tag: 'merchant-ui'

About

action for building and publishing an image to ecr


Languages

Language:JavaScript 95.3%Language:Dockerfile 4.7%