Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Sep 21, 2024
1 parent 7f11f52 commit a140fbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
IMAGE_TAG: ${{ github.sha }}
run: |
./gradlew jib \
-Djib.to.image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
-Djib.to.tags=latest \
-Djib.to.auth.username=${{ secrets.AWS_ACCESS_KEY_ID }} \
-Djib.to.auth.password=${{ secrets.AWS_SECRET_ACCESS_KEY }}
-Djib.to.image="$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" \
-Djib.to.tags="latest" \
-Djib.to.auth.username="${{ secrets.AWS_ACCESS_KEY_ID }}" \
-Djib.to.auth.password="${{ secrets.AWS_SECRET_ACCESS_KEY }}"
- name: Save image info
run: |
Expand Down

0 comments on commit a140fbf

Please sign in to comment.