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.
1 parent e0a1f5d commit 8ccfca5Copy full SHA for 8ccfca5
.github/workflows/sycl-containers.yaml
@@ -68,7 +68,7 @@ jobs:
68
file: ${{ matrix.file }}
69
username: ${{ github.repository_owner }}
70
password: ${{ secrets.GITHUB_TOKEN }}
71
- tags: test1:${{ matrix.tag }}
+ tags: ghcr.io/intel/llvm/test1:${{ matrix.tag }}
72
build-args: ${{ matrix.build_args }}
73
- name: Print dockers 2
74
run: |
@@ -132,7 +132,7 @@ jobs:
132
file: ubuntu2404_intel_drivers
133
tag: alldeps
134
build_args: |
135
- base_image=test1
+ base_image=ghcr.io/intel/llvm/test1
136
base_tag=abcdef
137
steps:
138
- name: Checkout
0 commit comments