Skip to content

Commit da9e837

Browse files
committed
chore: fix typo in ecr-release.yml
1 parent 7010fae commit da9e837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ecr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
ECR_REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
6767
ECR_REPOSITORY: ${{ env.ecr_repository_name }}
68-
IMAGE_TAG: "${{ env.image_tag }}${{ ngithub.event.release.name }}"
68+
IMAGE_TAG: "${{ env.image_tag }}${{ github.event.release.name }}"
6969
PER_ARCH_IMAGE_TAG: "${{ matrix.arch }}${{ github.event.release.name }}"
7070
run: |
7171
if [ "${{ matrix.arch }}" = "x86_64" ]; then

0 commit comments

Comments
 (0)