fix: deploying worker images

This commit is contained in:
Karol Sójko
2022-10-20 13:04:47 +02:00
parent f777e1f168
commit fd7a38ead1
2 changed files with 6 additions and 1 deletions
@@ -220,6 +220,7 @@ jobs:
uses: standardnotes/server/.github/workflows/common-deploy.yml@main
with:
service_name: ${{ inputs.service_name }}
docker_image: ${{ secrets.AWS_ECR_REGISTRY }}/${{ inputs.service_name }}:${{ github.sha }}
secrets: inherit
deploy-worker:
@@ -231,4 +232,5 @@ jobs:
uses: standardnotes/server/.github/workflows/common-deploy.yml@main
with:
service_name: ${{ inputs.service_name }}-worker
docker_image: ${{ secrets.AWS_ECR_REGISTRY }}/${{ inputs.service_name }}:${{ github.sha }}
secrets: inherit