feat: also build images for dev branch

This commit is contained in:
xnilsit
2026-03-21 00:08:32 +01:00
parent c32b740dac
commit 3cbfb70860
+5 -3
View File
@@ -2,7 +2,9 @@ name: Publish Docker Image
on:
push:
branches: [main]
branches:
- main
- dev
paths:
- "Dockerfile"
- ".dockerignore"
@@ -113,8 +115,8 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value=main,enable={{is_default_branch}}
type=sha,prefix=
type=raw,value={{branch}}
type=sha,prefix={{branch}}
- name: Create manifest list and push
working-directory: /tmp/digests