From 7ea62708720f638d8128737a2814f50d3d8669ad Mon Sep 17 00:00:00 2001 From: nitinkr0411 Date: Mon, 19 Aug 2024 03:46:07 +0000 Subject: [PATCH] change region --- .github/workflows/release-aws-ecr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-aws-ecr.yml b/.github/workflows/release-aws-ecr.yml index 812420217b..bf6d6fb4c2 100644 --- a/.github/workflows/release-aws-ecr.yml +++ b/.github/workflows/release-aws-ecr.yml @@ -47,5 +47,5 @@ jobs: uses: aws-actions/amazon-ecr-login@v1 - name: 🐳 Tag and push docker image to Amazon ECR run: | - docker tag ghcr.io/rio-tinto/open-webui:${{ github.event.inputs.source_docker_tag }} ${{ github.even.inputs.account_id }}.dkr.ecr.${{ github.even.inputs.region }}.amazonaws.com/open-webui:${{ github.event.inputs.destination_docker_tag }} - docker push ${{ github.even.inputs.account_id }}.dkr.ecr.${{ github.even.inputs.region }}.amazonaws.com/open-webui:${{ github.event.inputs.destination_docker_tag }} \ No newline at end of file + docker tag ghcr.io/rio-tinto/open-webui:${{ github.event.inputs.source_docker_tag }} ${{ github.event.inputs.account_id }}.dkr.ecr.${{ github.event.inputs.region }}.amazonaws.com/open-webui:${{ github.event.inputs.destination_docker_tag }} + docker push ${{ github.event.inputs.account_id }}.dkr.ecr.${{ github.event.inputs.region }}.amazonaws.com/open-webui:${{ github.event.inputs.destination_docker_tag }} \ No newline at end of file