We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cca70 commit 72862daCopy full SHA for 72862da
docker-build/action.yml
@@ -15,7 +15,7 @@ inputs:
15
description: GCP project id
16
required: true
17
docker_build_args:
18
- default: ''
+ default: ""
19
description: Optional list of build-time variables https://docs.docker.com/engine/reference/commandline/buildx_build/#build-arg
20
required: false
21
image_build_context:
@@ -124,7 +124,7 @@ runs:
124
- name: Check image
125
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
126
with:
127
- check: true
+ call: check
128
# We can't use the intermediate env var trick to appease zizmor in this
129
# case. We'll have to rely on docker/build-push-action to handle
130
# santizing this input
0 commit comments