diff --git a/.github/workflows/Http-Gateway-Release.yml b/.github/workflows/Http-Gateway-Release.yml index bc20284..8855fd2 100644 --- a/.github/workflows/Http-Gateway-Release.yml +++ b/.github/workflows/Http-Gateway-Release.yml @@ -1,8 +1,8 @@ name: Http-Gateway-Release on: - push: - branches: - - master + release: + types: + - published jobs: release-image: runs-on: ubuntu-latest @@ -30,4 +30,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: vesoft/nebula-http-gateway:nightly \ No newline at end of file + tags: vesoft/nebula-http-gateway:v2.1.1 \ No newline at end of file