Skip to content

Commit

Permalink
feat: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guimroque committed Jun 21, 2024
1 parent c952cf3 commit 4d9af7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
env:
ECR_NAME: bako-safe-api
ECR_REGISTRY: ${{ steps.login_ecr.outputs.registry }}
IMAGE_TAG: ${{ github.sha }}
with:
context: ./packages/api
file: ./packages/api/Dockerfile
platforms: linux/arm64
push: true
tags: ${{ env.ECR_REGISTRY }}/:${{ env.IMAGE_TAG }}
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_NAME }}:${{ env.IMAGE_TAG }}

- name: Fill in the new image ID in the Amazon ECS task definition
id: task_def
Expand Down

0 comments on commit 4d9af7f

Please sign in to comment.