Skip to content

Commit d9d06f8

Browse files
committed
stage is checker
1 parent e8d302c commit d9d06f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-validation-backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
ECR_HOSTNAME: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
8383
run: |
8484
cd deploy/cloud/operator
85-
docker build --target check --progress=plain --build-arg DOCKER_PROXY=${ECR_HOSTNAME}/dockerhub/ .
85+
docker build --target checker --progress=plain --build-arg DOCKER_PROXY=${ECR_HOSTNAME}/dockerhub/ .
8686
- name: Build Container
8787
id: build-image
8888
shell: bash

0 commit comments

Comments
 (0)