Skip to content

Commit

Permalink
👷 Fix builder Dockerfile (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Oct 12, 2024
1 parent 74f84ce commit 4c0cb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-builder-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
tags: |
${{steps.login-ecr.outputs.registry}}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
context: ./backend/
file: ./backend/Dockerfile.builder
- name: Update builder deployment
env:
IMAGE: ${{steps.login-ecr.outputs.registry}}/${{ env.ECR_REPOSITORY }}@${{ steps.docker-build.outputs.digest }}
Expand Down

0 comments on commit 4c0cb68

Please sign in to comment.