Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nareunhang authored Oct 30, 2024
1 parent 1dc1ad5 commit a7df6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
--build-arg SPRING_DATASOURCE_USERNAME=${{ secrets.SPRING_DATASOURCE_USERNAME }} \
--build-arg SPRING_DATASOURCE_PASSWORD=${{ secrets.SPRING_DATASOURCE_PASSWORD }} \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
-t $ECR_REGISTRY/$ECR_REPOSITORY:latest \
# -t $ECR_REGISTRY/$ECR_REPOSITORY:latest \
. && \
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG && \
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
Expand Down

0 comments on commit a7df6d9

Please sign in to comment.