Skip to content

Commit 0963e26

Browse files
committed
chore: remove unused var
1 parent 9e60d21 commit 0963e26

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ecr-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
env:
6666
ECR_REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
6767
ECR_REPOSITORY: ${{ env.ecr_repository_name }}
68-
IMAGE_TAG: "v${{ steps.version.outputs.VERSION }}-${{ env.image_tag }}"
6968
PER_ARCH_IMAGE_TAG: "v${{ steps.version.outputs.VERSION }}-${{ matrix.arch }}"
7069
run: |
7170
if [ "${{ matrix.arch }}" = "x86_64" ]; then

0 commit comments

Comments
 (0)