From 47621ad1375719338f4232e918439b1ef1ea57f1 Mon Sep 17 00:00:00 2001 From: CPWstatic <13495049+CPWstatic@users.noreply.github.com> Date: Tue, 28 Sep 2021 15:51:39 +0800 Subject: [PATCH] Test self-hosted. --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be9be857364..80dbe36c4ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,15 +12,15 @@ defaults: jobs: package: name: build package - runs-on: ubuntu-latest + runs-on: self-hosted strategy: fail-fast: false matrix: os: - - ubuntu1604 - - ubuntu1804 - - ubuntu2004 - - centos7 + #- ubuntu1604 + #- ubuntu1804 + #- ubuntu2004 + #- centos7 - centos8 container: image: vesoft/nebula-dev:${{ matrix.os }} @@ -88,8 +88,8 @@ jobs: context: . file: ./docker/Dockerfile.${{ matrix.service }} tags: | - vesoft/nebula-${{ matrix.service }}:${{ steps.tagname.outputs.tag }} - vesoft/nebula-${{ matrix.service }}:${{ steps.tagname.outputs.majorver }} + cpwstatic/nebula-${{ matrix.service }}:${{ steps.tagname.outputs.tag }} + cpwstatic/nebula-${{ matrix.service }}:${{ steps.tagname.outputs.majorver }} ${{ steps.docker.outputs.tag }} push: true build-args: |