1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Update docker-image.yml

This commit is contained in:
wlinator 2024-07-19 19:45:14 -04:00
parent d799138962
commit e5443d75a8

View file

@ -4,7 +4,7 @@ name: Create and Publish Docker Image CI
on:
push:
branches: [ "main" ]
tags: [ "*.*.*" ]
tags: [ "v*.*.*" ]
pull_request:
jobs:
@ -26,7 +26,7 @@ jobs:
wlinator/luminara
ghcr.io/wlinator/luminara
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}