Skip to content

Commit

Permalink
Change images names to avoid old/new manifest issues
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Oct 28, 2023
1 parent 29cebbd commit c93373f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
username: "${{ secrets.AWS_ACCESS_KEY_ID }}"
password: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
registry: 861729690598.dkr.ecr.us-west-1.amazonaws.com
image_name: hello-world-custom
stages_image_name: hello-world-custom-cache
image_name: hello-world-custom-old
stages_image_name: hello-world-custom-old-cache

build-ecr-public:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c93373f

Please sign in to comment.