Skip to content

Commit 22abacd

Browse files
committed
⚗️ Test image
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
1 parent c188758 commit 22abacd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
branches:
8+
- test-image-refactor # TODO: Remove after testing
79
workflow_dispatch:
810
inputs:
911
plugin_deps:
@@ -78,6 +80,7 @@ jobs:
7880
suffix=-${{ steps.plugin_deps.outputs.suffix }},onlatest=true
7981
tags: |
8082
type=ref,event=tag
83+
type=ref,event=branch # TODO: Remove after testing
8184
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
8285
8386
- name: Build and push

0 commit comments

Comments
 (0)