Skip to content

Commit 022ccf8

Browse files
committed
Use non alpine image for loadtest-controller workflow
This ensure git is installed
1 parent 6aac58f commit 022ccf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/loadtest-controller-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
unit-test:
1111
runs-on: ${{ vars.LABEL_WORKER_SELFHOSTED }}
1212
container:
13-
image: maven:3.9.14-eclipse-temurin-25-alpine
13+
image: maven:3.9.14-eclipse-temurin-25
1414
options: --user root
1515
steps:
1616
- name: Checkout repository

0 commit comments

Comments
 (0)