Skip to content

Commit 22b1419

Browse files
committed
remove build-arg flag from docker command in smurf shared workflow
1 parent 368b214 commit 22b1419

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smurf_docker_helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ jobs:
212212
run: |
213213
smurf sdkr build ${{ inputs.docker_image_name }}:${{ inputs.docker_image_tag }} -f ${{
214214
inputs.dockerfile_path }} --platform ${{ inputs.docker_build_platform }}
215-
--build-arg ${{ inputs.docker_build_args }}
215+
${{ inputs.docker_build_args }}
216216
217217
- name: 🐳 Docker Image Build with Buildkit
218218
if: inputs.docker_buildkit_enable == 'true'
219219
run: |
220220
smurf sdkr build ${{ inputs.docker_image_name }}:${{ inputs.docker_image_tag }} -f ${{
221221
inputs.dockerfile_path }} --platform ${{ inputs.docker_build_platform }}
222-
--build-arg ${{ inputs.docker_build_args }} --buildkit
222+
${{ inputs.docker_build_args }} --buildkit
223223
224224
- name: 💾 Save Docker Image as Artifact
225225
run: >

0 commit comments

Comments
 (0)