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 6079be6 commit e00bd43Copy full SHA for e00bd43
1 file changed
.github/workflows/pr-check.yaml
@@ -108,7 +108,7 @@ jobs:
108
- name: Display docker images
109
run: docker images
110
- name: Update UDI Dockerfile
111
- run: sed "s|${{ env.REGISTRY }}/base-developer-image:ubi9-latest|base-developer-image-${{env.arch}}|" -i "universal/ubi9/Dockerfile"
+ run: sed "s|quay.io/devfile/base-developer-image:ubi9-latest|base-developer-image-${{env.arch}}|" -i "universal/ubi9/Dockerfile"
112
- name: Login to Registry
113
uses: docker/login-action@v3
114
with:
0 commit comments