Skip to content

Commit

Permalink
updated worker workflow for deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Mar 12, 2024
1 parent 5fadeeb commit 45cb436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ECR_REPOSITORY: ${{ env.ECR_WORKER_REPOSITORY }}
IMAGE_TAG: latest
run: |
cd workers
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
--build-arg region=${{ env.AWS_REGION }} \
--build-arg ak=${{ env.AK }} \
Expand Down

0 comments on commit 45cb436

Please sign in to comment.