Skip to content

Commit 3161826

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30+
with:
31+
ref: ${{ github.event.pull_request.head.sha }}
3032
- name: Set arch environment variable
3133
run: |
3234
if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then
@@ -76,6 +78,8 @@ jobs:
7678
fi
7779
- name: Checkout
7880
uses: actions/checkout@v4
81+
with:
82+
ref: ${{ github.event.pull_request.head.sha }}
7983
- name: Free runner space
8084
run: sudo rm -rf /usr/local/lib/android
8185
- name: Cleanup docker images

.github/workflows/pr-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30+
with:
31+
ref: ${{ github.event.pull_request.head.sha }}
3032
- name: Set arch environment variable
3133
run: |
3234
if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then
@@ -75,6 +77,8 @@ jobs:
7577
fi
7678
- name: Checkout
7779
uses: actions/checkout@v4
80+
with:
81+
ref: ${{ github.event.pull_request.head.sha }}
7882
- name: Free runner space
7983
run: sudo rm -rf /usr/local/lib/android
8084
- name: Cleanup docker images

0 commit comments

Comments
 (0)