Skip to content

Commit

Permalink
yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SkynI25 committed Dec 21, 2023
1 parent ba7d1f0 commit b5291e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: weather_app
IMAGE_TAG: ${{ github.sha }}
run:
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
Expand Down

0 comments on commit b5291e6

Please sign in to comment.