diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7df0baad42..f5c99c924f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -310,7 +310,7 @@ jobs: id: extract with: image: |- - ${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}-ee:${{ steps.push_ecr.GIT_HASH }} + ${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}-ee:${{ steps.push_ecr.outputs.GIT_HASH }} path: "/static_frontend/." - uses: reggionick/s3-deploy@v3