Skip to content

Commit 446ec66

Browse files
committed
master workflows
1 parent b8e57c1 commit 446ec66

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
# branches-ignore:
66
# - main # primary branch of the original repository (upstream), used to fetch updates
7-
# branches:
8-
# - master # local branch in our fork, used for our own changes and builds
9-
# - next # experimental or feature branch for upcoming changes
7+
branches:
8+
- master # local branch in our fork, used for our own changes and builds
9+
- next # experimental or feature branch for upcoming changes
1010
tags:
1111
- "*"
1212

@@ -44,6 +44,7 @@ jobs:
4444
images: ghcr.io/${{ github.repository }}
4545
tags: |
4646
type=ref,event=tag
47+
type=ref,ref=branch
4748
type=semver,pattern={{version}}
4849
type=semver,pattern={{major}}.{{minor}}
4950
flavor: latest=true
@@ -76,6 +77,7 @@ jobs:
7677
images: ${{ github.repository }}
7778
tags: |
7879
type=ref,event=tag
80+
type=ref,ref=branch
7981
type=semver,pattern={{version}}
8082
type=semver,pattern={{major}}.{{minor}}
8183
flavor: latest=true

0 commit comments

Comments
 (0)