Skip to content

Commit e0bbdee

Browse files
committed
test: Replace dependency image with new one
1 parent a74904a commit e0bbdee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prestocpp-linux-adapters-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
prestocpp-linux-adapters-build:
1313
runs-on: ubuntu-22.04
1414
container:
15-
image: prestodb/presto-native-dependency:0.293-20250522140509-484b00e
15+
image: ghcr.io/czentgr/czentgr-test:centos9-deps
1616
concurrency:
1717
group: ${{ github.workflow }}-prestocpp-linux-adapters-build-${{ github.event.pull_request.number }}
1818
cancel-in-progress: true

.github/workflows/prestocpp-linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
needs: changes
2828
container:
29-
image: prestodb/presto-native-dependency:0.293-20250522140509-484b00e
29+
image: ghcr.io/czentgr/czentgr-test:centos9-deps
3030
volumes:
3131
- /usr:/host_usr
3232
- /opt:/host_opt

0 commit comments

Comments
 (0)