Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Github action for tagging and pushing image to ECR.

Notifications You must be signed in to change notification settings

Springworks/tag-and-push-to-ecr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag and push to ECR

Github action for tagging and pushing image to ECR.

Inputs

deploy-file

Required Path to deploy file in repo. Defaults to ./deploy.json

build-number

Required Build number.

Environment variables

REPOSITORY_NAME

Required

AWS_ACCESS_KEY_ID

Required

AWS_SECRET_ACCESS_KEY

Required

AWS_REGION

Required

Example usage

- name: Tag and push to ECR
  uses: springworks/tag-and-push-to-ecr@master
  with:
    deploy-file: './deploy_files/deploy.json'
  env:
    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
    AWS_DEFAULT_REGION: 'eu-west-1'

About

Github action for tagging and pushing image to ECR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published