ci: improve s3 build step

This commit is contained in:
Ruben Fiszel
2023-12-13 11:44:34 +01:00
parent 88a3658825
commit 896b894728
+1 -1
View File
@@ -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