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.
2 parents 72ce892 + 236c66c commit 991a36fCopy full SHA for 991a36f
action.yaml
@@ -11,7 +11,7 @@ inputs:
11
DOCKER_BUILD_ARGS:
12
description: If you want to inject build params to docker build step.
13
required: false
14
- default: |-
+ default: ""
15
CLOUD_RUN_SERVICE_NAME:
16
description: "Google Cloud Run Service name you want to deploy"
17
required: true
@@ -92,8 +92,7 @@ runs:
92
docker build \
93
--tag "${{ env.ar_image_tag }}" \
94
--build-arg sha="$GITHUB_SHA" \
95
- --build-arg version="${{ env.docker_tag }}" \
96
- ${{ inputs.DOCKER_BUILD_ARGS }}
+ --build-arg version="${{ env.docker_tag }}" \ ${{ inputs.DOCKER_BUILD_ARGS }}
97
.
98
99
- name: Push the Image to Google Artifact Registry
0 commit comments