Skip to content

Commit 281cd66

Browse files
committed
docker: Update build argument for Docker build process
Changed the build argument from `cpy_platform` to `BUILD_PLATFORM` for clarity and consistency in the Docker build configuration. Signed-off-by: Chiho Sin <[email protected]>
1 parent 495ef19 commit 281cd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
labels: ${{ steps.meta.outputs.labels }}
8181
platforms: ${{ inputs.platform }}
8282
build-args: |
83-
cpy_platform=${{ inputs.cpy_platform }}
83+
BUILD_PLATFORM=${{ inputs.cpy_platform }}

0 commit comments

Comments
 (0)