mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 11:47:36 +08:00
modified github action
This commit is contained in:
parent
6d977d51d0
commit
77a0e58c8b
6
.github/workflows/release-ci-build.yml
vendored
6
.github/workflows/release-ci-build.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: push-ci-build
|
||||
name: gateway-ci-build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [compatibel_ingress_version]
|
||||
branches: [ljh_ingress]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -24,4 +24,4 @@ jobs:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
DOMESTIC_DOCKER_PASSWORD: ${{ secrets.DOMESTIC_DOCKER_PASSWORD }}
|
||||
DOMESTIC_DOCKER_USERNAME: ${{ secrets.DOMESTIC_DOCKER_USERNAME }}
|
||||
run: VERSION=v5.3.3-release ./release.sh worker push
|
||||
run: VERSION=ljh_ingress ./release.sh gateway push
|
||||
|
@ -4,8 +4,8 @@ set -o errexit
|
||||
# define package name
|
||||
WORK_DIR=/go/src/github.com/goodrain/rainbond
|
||||
BASE_NAME=rainbond
|
||||
IMAGE_BASE_NAME=${BUILD_IMAGE_BASE_NAME:-'rainbond'}
|
||||
DOMESTIC_NAMESPACE=${DOMESTIC_NAMESPACE:-'goodrain'}
|
||||
IMAGE_BASE_NAME=${BUILD_IMAGE_BASE_NAME:-'yangk'}
|
||||
DOMESTIC_NAMESPACE=${DOMESTIC_NAMESPACE:-'yangkaa'}
|
||||
|
||||
GO_VERSION=1.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user