From ced96578e44cb9e5528eabc5844495432a86a891 Mon Sep 17 00:00:00 2001 From: Tim Myers <timmyers09@gmail.com> Date: Wed, 22 Feb 2023 13:45:34 -0700 Subject: [PATCH] fix: add image type --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ed111a..03bc1d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,3 +83,4 @@ jobs: SourceConfiguration: ImageRepository: ImageIdentifier: public.ecr.aws/s5k1g2u8/infrakit:${{ steps.semantic.outputs.new_release_version }} + ImageRepositoryType: ECR_PUBLIC