Skip to content

This package includes scripts for logging into the Amazon Elastic Container Registry (ECR), building Docker images, and pushing these images to an ECR repository.

Notifications You must be signed in to change notification settings

diomalta/aws-ecr-push

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS ECR Deploy

This action builds, tags, and pushes a Docker image to AWS ECR.

Environment Variables

| Name | Description | | AWS_ACCESS_KEY_ID | AWS Access Key ID | | AWS_SECRET_ACCESS_KEY | AWS Secret Access Key | | AWS_ECR_REGION | AWS ECR Region | | IMAGE_REPOSITORY_URL | AWS ECR Image Repository URL | | IMAGE_TAG | Docker Image Tag (default: random hash) | | PATH_DOCKERFILE | Dockerfile Path (default: ./Dockerfile) |

About

This package includes scripts for logging into the Amazon Elastic Container Registry (ECR), building Docker images, and pushing these images to an ECR repository.

Topics

Resources

Stars

Watchers

Forks

Packages