Skip to content

Commit c7fce3d

Browse files
committed
Set target for verta image build and push
1 parent 876ad06 commit c7fce3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verta-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build and push Docker image to ECR
7777
uses: docker/build-push-action@v4
7878
if: "!(steps.should_publish.outputs.targets == '')"
79-
env:
79+
env:
8080
DOCKER_BUILDKIT: "1"
8181
with:
8282
# context: .
@@ -86,6 +86,7 @@ jobs:
8686
# VERSION=${{ steps.image_info.outputs.tag }}
8787
tags: |
8888
${{ env.ECR_REPOSITORY }}:${{ steps.image_info.outputs.tag }}
89+
target: kaniko-executor
8990

9091
- name: Configure AWS credentials for us-west-2
9192
# external components should mirror every merge to verta/main

0 commit comments

Comments
 (0)