Skip to content

Commit 8ccfca5

Browse files
full image name
1 parent e0a1f5d commit 8ccfca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
file: ${{ matrix.file }}
6969
username: ${{ github.repository_owner }}
7070
password: ${{ secrets.GITHUB_TOKEN }}
71-
tags: test1:${{ matrix.tag }}
71+
tags: ghcr.io/intel/llvm/test1:${{ matrix.tag }}
7272
build-args: ${{ matrix.build_args }}
7373
- name: Print dockers 2
7474
run: |
@@ -132,7 +132,7 @@ jobs:
132132
file: ubuntu2404_intel_drivers
133133
tag: alldeps
134134
build_args: |
135-
base_image=test1
135+
base_image=ghcr.io/intel/llvm/test1
136136
base_tag=abcdef
137137
steps:
138138
- name: Checkout

0 commit comments

Comments
 (0)