Skip to content

Commit

Permalink
Update k6-qryn-loki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent 36e8a14 commit 6a938e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/k6-qryn-loki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
clickhouse_tag:
description: 'BuildTag for ClickHouse (latest)'
required: false

jobs:
build:
name: Run k6 on qryn:latest
Expand All @@ -18,11 +18,11 @@ jobs:
CLICKHOUSE_VERSION: "qxip/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
services:
clickhouse:
image: ${{ env.CLICKHOUSE_VERSION }}
image: "clickhouse/clickhouse-server:${{ github.event.inputs.qryn_tag || 'latest' }}"
ports:
- 8123:8123
qryn:
image: ${{ env.QRYN_VERSION }}
image: "qxip/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
ports:
- 3100:3100
env:
Expand Down

0 comments on commit 6a938e1

Please sign in to comment.