mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-08 14:09:20 +02:00
More docker tags
This commit is contained in:
parent
eb4f9429e6
commit
74d233dd64
|
@ -1,6 +1,8 @@
|
|||
name: Build docker image
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
@ -19,6 +21,7 @@ jobs:
|
|||
images: ghcr.io/${{ github.repository_owner }}/xray-core
|
||||
flavor: latest=true
|
||||
tags: |
|
||||
type=sha
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
|
|
Loading…
Reference in New Issue