mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-09-26 20:21:12 +08:00
only build docker on tag for mochi-mqtt repo
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
||||
run: goveralls -coverprofile=covprofile -service=github
|
||||
|
||||
docker:
|
||||
if: github.repository == 'mochi-mqtt/server' && startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'mochi-mqtt/server'
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user