Skip to content

Commit

Permalink
chore: fix deploy_to_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ah9mon committed Jul 31, 2023
1 parent 38ecfbe commit 27cf77c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
ECR_REPOSITORY: mokumoku-back
IMAGE_TAG: ${{ github.run_number }}
run: |
cat ./src/main/resources/application.yml
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker push $ECR_REGISTRY/$ECR_REPOSITORY --all-tags
Expand Down

0 comments on commit 27cf77c

Please sign in to comment.