Skip to content

Commit

Permalink
Merge pull request #409 from elgohr-update/develop
Browse files Browse the repository at this point in the history
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
  • Loading branch information
jeongyoon05 authored Mar 31, 2023
2 parents cbe49da + 731a5f4 commit e3064cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
region: ${{ secrets.AWS_REGION }}

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ secrets.ECR_DEV_REPOSITORY }}
username: ${{ steps.ecr.outputs.username }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
region: ${{ secrets.AWS_REGION }}

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ secrets.ECR_REPOSITORY }}
username: ${{ steps.ecr.outputs.username }}
Expand Down

0 comments on commit e3064cc

Please sign in to comment.