mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 21:39:55 +00:00
Adjusting docker.yml triggers
This commit is contained in:
parent
81c068bad4
commit
1de718a5fc
17
.github/workflows/docker.yml
vendored
17
.github/workflows/docker.yml
vendored
@ -1,19 +1,8 @@
|
|||||||
name: Publish Docker image
|
name: Publish Docker image
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
release:
|
||||||
push:
|
types:
|
||||||
branches:
|
- published
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- "**/*.go"
|
|
||||||
- "go.mod"
|
|
||||||
- "go.sum"
|
|
||||||
- ".github/workflows/*.yml"
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'master'
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: xrayr-project/xrayr
|
IMAGE_NAME: xrayr-project/xrayr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user