Document tag-based Docker publishing

This commit is contained in:
2026-07-14 14:40:47 +01:00
parent 41b619a16a
commit 1043f26b3e
2 changed files with 8 additions and 27 deletions
+1 -4
View File
@@ -2,8 +2,6 @@ name: Publish Docker Image
on:
push:
branches:
- main
tags:
- 'v*'
workflow_dispatch:
@@ -32,9 +30,8 @@ jobs:
with:
images: git.lzstealth.com/LZStealth/pulse-signage
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=latest
type=ref,event=tag
type=sha
- name: Build and push image
uses: docker/build-push-action@v6