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 45577b5 commit 2c6b791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
--build-arg SPRING_DATASOURCE_PASSWORD="${{ secrets.SPRING_DATASOURCE_PASSWORD }}" \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
-t $ECR_REGISTRY/$ECR_REPOSITORY:latest \
.
# docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG && \
# docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
. && \
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG && \
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
- name: Checkout Helm chart repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2c6b791

Please sign in to comment.