We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876ad06 commit c7fce3dCopy full SHA for c7fce3d
.github/workflows/verta-build.yaml
@@ -76,7 +76,7 @@ jobs:
76
- name: Build and push Docker image to ECR
77
uses: docker/build-push-action@v4
78
if: "!(steps.should_publish.outputs.targets == '')"
79
- env:
+ env:
80
DOCKER_BUILDKIT: "1"
81
with:
82
# context: .
@@ -86,6 +86,7 @@ jobs:
86
# VERSION=${{ steps.image_info.outputs.tag }}
87
tags: |
88
${{ env.ECR_REPOSITORY }}:${{ steps.image_info.outputs.tag }}
89
+ target: kaniko-executor
90
91
- name: Configure AWS credentials for us-west-2
92
# external components should mirror every merge to verta/main
0 commit comments