From 45cb436d2b9195629e79f2a226d3e3bfded2b940 Mon Sep 17 00:00:00 2001 From: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:03:24 -0700 Subject: [PATCH] updated worker workflow for deployment Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com> --- .github/workflows/deployworker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployworker.yml b/.github/workflows/deployworker.yml index 7e21a64a..14f8e571 100644 --- a/.github/workflows/deployworker.yml +++ b/.github/workflows/deployworker.yml @@ -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 }} \