Skip to content

Commit c8bc1fe

Browse files
ci: remove uma variavel
1 parent 50a450c commit c8bc1fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pipeline_deploy_batch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build and push image
4747
run: |
4848
chmod +x deployment/scripts/push_image.sh
49-
./deployment/scripts/push_image.sh ${{ env.DOCKER_IMAGE_NAME }} ${{ env.AWS_REGION }}
49+
./deployment/scripts/push_image.sh ${{ env.REPO_NAME }} ${{ env.AWS_REGION }}
5050
5151
- name: Create infra and deploy
5252
run: |
@@ -55,5 +55,4 @@ jobs:
5555
5656
env:
5757
REPO_NAME: "eml-batch-repo"
58-
DOCKER_IMAGE_NAME: "eml-batch-image"
5958
AWS_REGION: "us-east-1"

0 commit comments

Comments
 (0)