Skip to content

Commit

Permalink
revert deploy change
Browse files Browse the repository at this point in the history
  • Loading branch information
colfax23 committed Feb 23, 2024
1 parent 800aa77 commit 053d9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-backend-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# be deployed to ECS.
docker build -t $ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG -f aws/server.Dockerfile .
docker push $ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG
echo "name=image::$ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG" >> $GITHUB_OUTPUT
echo "::set-output name=image::$ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG"
- name: Install jinja-cli
run: pip3 install jinja-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-public-api-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# be deployed to ECS.
docker build -t $ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG -f aws/public-api-server.Dockerfile .
docker push $ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG
echo "name=image::$ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG" >> $GITHUB_OUTPUT
echo "::set-output name=image::$ECR_REGISTRY/${{ inputs.ECR_REPOSITORY }}:$IMAGE_TAG"
- name: Install jinja-cli
run: pip3 install jinja-cli
Expand Down

0 comments on commit 053d9b9

Please sign in to comment.