mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-19 14:22:02 +01:00
update ci triggers
This commit is contained in:
parent
ce2b64889f
commit
aa3690a7a6
9
.github/workflows/docker-image.yml
vendored
9
.github/workflows/docker-image.yml
vendored
@ -3,10 +3,12 @@ name: Docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
- "**"
|
||||
tags:
|
||||
- v**
|
||||
- "v*.*.*"
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
@ -36,7 +38,6 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=schedule
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user