mirror of
https://github.com/alibaba/higress.git
synced 2026-04-23 04:57:27 +08:00
feat: Support building and pushing Higress docker images via GitHub actions (#388)
This commit is contained in:
3
.github/workflows/deploy-to-oss.yaml
vendored
3
.github/workflows/deploy-to-oss.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user