mirror of
https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git
synced 2026-02-27 09:53:28 +08:00
Update Branch
This commit is contained in:
8
.github/workflows/docker-testbuild.yml
vendored
8
.github/workflows/docker-testbuild.yml
vendored
@@ -3,7 +3,7 @@ name: Build Docker Image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- ssserver-libev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -19,6 +19,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ssserver-libev
|
||||
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
@@ -35,5 +37,5 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: false
|
||||
tags: |
|
||||
sslocal-manager-test:latest
|
||||
sslocal-manager-test:${{ steps.extract-date.outputs.date }}
|
||||
ssserver-libev-test:latest
|
||||
ssserver-libev-test:${{ steps.extract-date.outputs.date }}
|
||||
|
||||
Reference in New Issue
Block a user