feat: Support building and pushing Higress docker images via GitHub actions (#388)

This commit is contained in:
Kent Dong
2023-06-21 10:18:23 +08:00
committed by GitHub
parent 1ccf9195b2
commit 89865733f6
3 changed files with 148 additions and 2 deletions

View File

@@ -4,10 +4,13 @@ on:
push:
tags:
- "v*.*.*"
workflow_dispatch: ~
jobs:
deploy-to-oss:
runs-on: ubuntu-latest
environment:
name: oss
steps:
# Step 1
- name: Checkout