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