Skip to content

Commit

Permalink
fix: alteração na configuração no apprunner
Browse files Browse the repository at this point in the history
  • Loading branch information
debarbozar committed Jan 28, 2025
1 parent fd6f4b3 commit 23d96c8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- devops-teste-pipe
- main

jobs:
deploy:
Expand All @@ -32,12 +33,5 @@ jobs:
ECR_REPOSITORY: vagas
IMAGE_TAG: latest
run: |
# Echo the variables before building the Docker image
echo "Building Docker image with the following details:"
echo "Registry: $ECR_REGISTRY"
echo "Repository: $ECR_REPOSITORY"
echo "Tag: $IMAGE_TAG"
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 comments on commit 23d96c8

Please sign in to comment.