ci(docker): fixed context

This commit is contained in:
Stan Girard 2023-08-18 16:12:57 +02:00
parent 110d72d111
commit 6894a2365b

View File

@ -52,7 +52,6 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ github.sha }}
with:
context: .
push: true
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}, ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest
cache-from: type=gha