File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ build_and_push_images() {
170170 --platform " $ARCHITECTURES "
171171 docker buildx build . -t " ${PROJECT_CLONE_QUAY_IMG} " -f ./project-clone/Dockerfile \
172172 --platform " $ARCHITECTURES "
173- docker buildx build . -t " ${PROJECT_BACKUP_QUAY_IMG} " -f ./project-backup/Containerfile \
173+ docker buildx build ./project-backup/ -t " ${PROJECT_BACKUP_QUAY_IMG} " -f ./project-backup/Containerfile \
174174 --platform " $ARCHITECTURES "
175175 else
176176 docker buildx build . -t " ${DWO_QUAY_IMG} " -f ./build/Dockerfile \
@@ -179,7 +179,7 @@ build_and_push_images() {
179179 docker buildx build . -t " ${PROJECT_CLONE_QUAY_IMG} " -f ./project-clone/Dockerfile \
180180 --platform " $ARCHITECTURES " \
181181 --push
182- docker buildx build . -t " ${PROJECT_BACKUP_QUAY_IMG} " -f ./project-backup/Containerfile \
182+ docker buildx build ./project-backup/ -t " ${PROJECT_BACKUP_QUAY_IMG} " -f ./project-backup/Containerfile \
183183 --platform " $ARCHITECTURES " \
184184 --push
185185 fi
Original file line number Diff line number Diff line change 1414#
1515
1616FROM quay.io/konflux-ci/oras:3d83c68 AS oras
17- FROM quay.io/devfile/base-developer-image: ubi10- latest
17+ FROM registry.access.redhat.com/ ubi10: latest
1818LABEL project="devworkspace-operator"
1919
2020USER 0
You can’t perform that action at this time.
0 commit comments