diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 174d1b5..ef8a0d8 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -45,7 +45,7 @@ jobs: echo "image_tag=${tag//\v/}" >> $GITHUB_OUTPUT - name: Build and Push Docker Image - if: ${{ github.event != "workflow_dispatch" }} + if: ${{ github.event != 'workflow_dispatch' }} id: build_and_push uses: docker/build-push-action@v5 with: @@ -57,7 +57,7 @@ jobs: # For manually triggered runs, grab the image digest from the already built image - name: Get Digest from Tagged Image - if: ${{ github.event == "workflow_dispatch" }} + if: ${{ github.event == 'workflow_dispatch' }} id: get_digest_from_tagged_image run: | image_digest=$(aws ecr describe-images