Skip to content

Commit

Permalink
[IDLE-000] ecr repository CI 스크립트 내 명시적 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Jun 21, 2024
1 parent cbd31ad commit f17c162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-server-integrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
REPOSITORY: idle-ecr
IMAGE_TAG: latest
run: |
echo "REPOSITORY: $REPOSITORY"
docker build -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG .
docker push $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG"
Expand Down

0 comments on commit f17c162

Please sign in to comment.