Update ecs-deployment.yml

This commit is contained in:
Sudhanshu Pandey
2024-02-01 13:00:52 -05:00
committed by GitHub
parent dce3203e15
commit 922847d79e

View File

@@ -65,7 +65,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Build and push Docker image with Buildx
@@ -81,7 +81,7 @@ jobs:
context: .
file: ./apps/web/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
tags: formbricks/formbricks-experimental:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max