Skip to content

Commit 72862da

Browse files
committed
Use correct way to call buildx --check
1 parent c0cca70 commit 72862da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
description: GCP project id
1616
required: true
1717
docker_build_args:
18-
default: ''
18+
default: ""
1919
description: Optional list of build-time variables https://docs.docker.com/engine/reference/commandline/buildx_build/#build-arg
2020
required: false
2121
image_build_context:
@@ -124,7 +124,7 @@ runs:
124124
- name: Check image
125125
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
126126
with:
127-
check: true
127+
call: check
128128
# We can't use the intermediate env var trick to appease zizmor in this
129129
# case. We'll have to rely on docker/build-push-action to handle
130130
# santizing this input

0 commit comments

Comments
 (0)