We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7010fae commit da9e837Copy full SHA for da9e837
1 file changed
.github/workflows/ecr-release.yml
@@ -65,7 +65,7 @@ jobs:
65
env:
66
ECR_REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
67
ECR_REPOSITORY: ${{ env.ecr_repository_name }}
68
- IMAGE_TAG: "${{ env.image_tag }}${{ ngithub.event.release.name }}"
+ IMAGE_TAG: "${{ env.image_tag }}${{ github.event.release.name }}"
69
PER_ARCH_IMAGE_TAG: "${{ matrix.arch }}${{ github.event.release.name }}"
70
run: |
71
if [ "${{ matrix.arch }}" = "x86_64" ]; then
0 commit comments