Skip to content

Commit

Permalink
Test self-hosted.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Sep 28, 2021
1 parent cb1277c commit 47621ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 47621ad

Please sign in to comment.