Skip to content

Commit

Permalink
Release 3.3 (#232)
Browse files Browse the repository at this point in the history
* Update README

* Update README

* Update docker image

* Enable action for release branches
  • Loading branch information
Aiee authored Oct 31, 2022
1 parent 610a4c1 commit 57ebdf6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test ci

on:
push:
branches: [master]
branches: [master,'release-**']
pull_request:
branches: [master]
branches: [master,'release-**']
schedule:
- cron: "0 6 * * *"

Expand Down
18 changes: 9 additions & 9 deletions tests/docker-compose-ssl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -216,7 +216,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -262,7 +262,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -305,7 +305,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -348,7 +348,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down
18 changes: 9 additions & 9 deletions tests/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -216,7 +216,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -262,7 +262,7 @@ services:
- SYS_PTRACE

graphd0:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -305,7 +305,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -348,7 +348,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.3.0
environment:
USER: root
TZ: "${TZ}"
Expand Down

0 comments on commit 57ebdf6

Please sign in to comment.