Skip to content

Commit 29b5bf4

Browse files
committed
github: Build on "next" as well.
1 parent 94f0313 commit 29b5bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerfile-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- next
89

910
jobs:
1011
build:
@@ -32,6 +33,6 @@ jobs:
3233
context: .
3334
push: true
3435
pull: true
35-
tags: ghcr.io/${{ github.repository }}:main
36+
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
3637
cache-from: type=gha
3738
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)