Skip to content

Commit 322349c

Browse files
committed
Fix typo (build_args should be build-args)
1 parent 3761cf3 commit 322349c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
tags: |
9191
ghcr.io/${{ github.repository }}/ubuntu2204_alldeps:latest-${{ github.sha }}
9292
ghcr.io/${{ github.repository }}/ubuntu2204_alldeps:latest
93-
build_args: |
93+
build-args: |
9494
base_image=ghcr.io/intel/llvm/ubuntu2204_build
9595
base_tag=latest
9696
use_latest=false

0 commit comments

Comments
 (0)