Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
k4mien committed Jan 26, 2024
1 parent 0e287e2 commit 667328c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
docker build --target prod --tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
echo ${{ steps.login-ecr.outputs.registry }}
outputs:
registry: ${{ steps.login-ecr.outputs.registry }}
registry:
description: "test"
value: ${{ steps.login-ecr.outputs.registry }}

deploy_to_server:
name: Deploy to EC2
Expand Down

0 comments on commit 667328c

Please sign in to comment.