Skip to content

Commit de065f5

Browse files
authored
ci: bump dashboard to 2.13 (#197)
1 parent f6e5002 commit de065f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/package-apisix-dashboard-deb-ubuntu20.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: "2.10"
22+
DASHBOARD_VERSION: "2.13"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-dashboard-el7-buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: "2.10"
22+
DASHBOARD_VERSION: "2.13"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-dashboard-rpm-el7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: "2.10"
22+
DASHBOARD_VERSION: "2.13"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
needs: build
104104
env:
105-
DASHBOARD_VERSION: "2.10"
105+
DASHBOARD_VERSION: "2.13"
106106
services:
107107
etcd:
108108
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-dashboard-rpm-el8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: "2.10"
22+
DASHBOARD_VERSION: "2.13"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

0 commit comments

Comments
 (0)