Skip to content

Commit 6e53cca

Browse files
Update ghcr.io/graphql-hive/gateway Docker tag to v1.12.2 (#602)
* Update ghcr.io/graphql-hive/gateway Docker tag to v1.12.2 * Try Ubuntu 22 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 69cf178 commit 6e53cca

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/decide-runner.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
setup:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
outputs:
1111
runner: ${{ steps.step1.outputs.runner }}
1212
name: setup
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
if [ ${{ github.event_name }} == 'pull_request' ]; then
1818
echo "using GitHub Actions default runner"
19-
echo "runner=ubuntu-latest" >> $GITHUB_OUTPUT
19+
echo "runner=ubuntu-22.04" >> $GITHUB_OUTPUT
2020
else
2121
echo "using stable runner: 'benchmark-runner-1'"
2222
echo 'runner=benchmark-runner-1' >> $GITHUB_OUTPUT

.github/workflows/docker-bake.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
bake:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- name: checkout
1919
uses: actions/checkout@v4

.github/workflows/images-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
report:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
name: report
1313
steps:
1414
- name: checkout

.github/workflows/report.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
report:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
name: report
1818
steps:
1919
- name: checkout

federation-v1/gateways/hive-gateway-bun/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.7.8-bun
3+
image: ghcr.io/graphql-hive/gateway:1.12.2-bun
44
container_name: gateway
55
networks:
66
- test

federation-v1/gateways/hive-gateway/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.7.8
3+
image: ghcr.io/graphql-hive/gateway:1.12.2
44
container_name: gateway
55
networks:
66
- test

0 commit comments

Comments
 (0)