Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple composite action for deploying to AWS ECR

NotificationsYou must be signed in to change notification settings

Deep-Consulting-Solutions/ecr-deploy-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple composite action for deploying an image to AWS ECR

Usage

For all possible inputs and description of inputs, seeaction.yml

The most common case will be to tag and deploy an image by pushing a git tag (or creating a releasethat creates a git tag)

on:push:tags:# This is just an example tag pattern. You can use whatever pattern you want.      -v[0-9]+.[0-9]+.[0-9]+name:Deploy to Amazon ECR in the dev environmentjobs:deploy:name:Deployruns-on:ubuntu-lateststeps:    -name:Checkoutuses:actions/checkout@v2        -name:buildrun:|        # You implement this as necessary. This is a simple example        docker build -t "${{ github.ref_name }}"  .    -name:push ecruses:Deep-Consulting-Solutions/ecr-deploy-action@mainwith:service-key:'n8n'# or whatever the reusable service key isaccount:${{ secrets.DCS_AWS_ACCOUNT }}source-image:${{ github.ref_name }}tag:${{ github.ref_name }}

About

Simple composite action for deploying to AWS ECR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp