diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index d06c024ec..35f25511b 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -38,7 +38,9 @@ jobs: context: ./ file: ./Dockerfile push: true - tags: ${{ steps.docker-image.outputs.image }}:${{ github.sha }} + tags: | + ${{ steps.docker-image.outputs.image }}:latest + ${{ steps.docker-image.outputs.image }}:${{ github.sha }} - name: Deploy to CodeDeploy run: |