Skip to content

Commit 274f59b

Browse files
committed
fixup! fixup! fixup! chore: push base image to registry; update smoke tests to pull images
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent b1da7fd commit 274f59b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr-check-ubi10.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cd base/ubi10 && docker buildx build \
5252
--platform linux/${{env.arch}} \
5353
--progress=plain \
54+
--no-cache \
5455
--push \
5556
-t ${{ env.REGISTRY }}/base-developer-image:${{env.arch}}-ubi10-pr-${{github.event.number}} .
5657
- name: Display docker images
@@ -94,6 +95,7 @@ jobs:
9495
cd universal/ubi10 && docker buildx build \
9596
--platform linux/${{env.arch}} \
9697
--progress=plain \
98+
--no-cache \
9799
--push \
98100
-t ${{ env.REGISTRY }}/universal-developer-image:${{env.arch}}-ubi10-pr-${{github.event.number}} .
99101

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cd base/ubi9 && docker buildx build \
5252
--platform linux/${{env.arch}} \
5353
--progress=plain \
54+
--no-cache \
5455
--push \
5556
-t ${{ env.REGISTRY }}/base-developer-image:${{env.arch}}-pr-${{github.event.number}} .
5657
- name: Display docker images
@@ -93,6 +94,7 @@ jobs:
9394
cd universal/ubi9 && docker buildx build \
9495
--platform linux/${{env.arch}} \
9596
--progress=plain \
97+
--no-cache \
9698
--push \
9799
-t ${{ env.REGISTRY }}/universal-developer-image:${{env.arch}}-pr-${{github.event.number}} .
98100

0 commit comments

Comments
 (0)